Partager via


ICheckpointPartitionProcessorFactory.Create Méthode

Définition

Crée une instance d'un IPartitionProcessor.

public Microsoft.Azure.Documents.ChangeFeedProcessor.FeedProcessing.IPartitionProcessor Create (Microsoft.Azure.Documents.ChangeFeedProcessor.PartitionManagement.ILease lease, Microsoft.Azure.Documents.ChangeFeedProcessor.LeaseManagement.ILeaseCheckpointer leaseCheckpointer, Microsoft.Azure.Documents.ChangeFeedProcessor.FeedProcessing.IChangeFeedObserver observer);
abstract member Create : Microsoft.Azure.Documents.ChangeFeedProcessor.PartitionManagement.ILease * Microsoft.Azure.Documents.ChangeFeedProcessor.LeaseManagement.ILeaseCheckpointer * Microsoft.Azure.Documents.ChangeFeedProcessor.FeedProcessing.IChangeFeedObserver -> Microsoft.Azure.Documents.ChangeFeedProcessor.FeedProcessing.IPartitionProcessor
Public Function Create (lease As ILease, leaseCheckpointer As ILeaseCheckpointer, observer As IChangeFeedObserver) As IPartitionProcessor

Paramètres

lease
ILease

Bail à utiliser pour le traitement des partitions

leaseCheckpointer
ILeaseCheckpointer

Point de contrôle de bail par défaut

observer
IChangeFeedObserver

Observateur à utiliser

Retours

Instance de IPartitionProcessor.

S’applique à