次の方法で共有


IPartitionProcessorFactory.Create(ILease, IChangeFeedObserver) メソッド

定義

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

パラメーター

lease
ILease

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

observer
IChangeFeedObserver

使用するオブザーバー

戻り値

IPartitionProcessor のインスタンス。

適用対象