Freigeben über


IPartitionProcessorFactory.Create(ILease, IChangeFeedObserver) Methode

Definition

Erstellt eine Instanz eines IPartitionProcessor.

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

Parameter

lease
ILease

Lease, die für die Partitionsverarbeitung verwendet werden soll

observer
IChangeFeedObserver

Zu verwendende Beobachter

Gibt zurück

Eine Instanz von IPartitionProcessor.

Gilt für: