次の方法で共有


ChangeFeedProcessorBuilder.WithProcessorOptions メソッド

定義

ChangeFeedProcessorOptions このインスタンス IChangeFeedProcessorで使用される を設定します。

public Microsoft.Azure.Documents.ChangeFeedProcessor.ChangeFeedProcessorBuilder WithProcessorOptions (Microsoft.Azure.Documents.ChangeFeedProcessor.ChangeFeedProcessorOptions changeFeedProcessorOptions);
member this.WithProcessorOptions : Microsoft.Azure.Documents.ChangeFeedProcessor.ChangeFeedProcessorOptions -> Microsoft.Azure.Documents.ChangeFeedProcessor.ChangeFeedProcessorBuilder
Public Function WithProcessorOptions (changeFeedProcessorOptions As ChangeFeedProcessorOptions) As ChangeFeedProcessorBuilder

パラメーター

changeFeedProcessorOptions
ChangeFeedProcessorOptions

使用する の ChangeFeedProcessorOptions インスタンス。

戻り値

使用する の ChangeFeedProcessorBuilder インスタンス。

適用対象