次の方法で共有


ICheckpointPartitionProcessorFactory.Create メソッド

定義

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

パラメーター

lease
ILease

パーティション処理に使用するリース

leaseCheckpointer
ILeaseCheckpointer

既定のリース チェックポイント

observer
IChangeFeedObserver

使用するオブザーバー

戻り値

IPartitionProcessor のインスタンス。

適用対象