ChangeFeedProcessorBuilder.WithErrorNotification メソッド

定義

変更フィード プロセッサの実行中に発生したエラーに関する通知を受け取るデリゲートを定義します。

public Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder WithErrorNotification (Microsoft.Azure.Cosmos.Container.ChangeFeedMonitorErrorDelegate errorDelegate);
member this.WithErrorNotification : Microsoft.Azure.Cosmos.Container.ChangeFeedMonitorErrorDelegate -> Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder
Public Function WithErrorNotification (errorDelegate As Container.ChangeFeedMonitorErrorDelegate) As ChangeFeedProcessorBuilder

パラメーター

errorDelegate
Container.ChangeFeedMonitorErrorDelegate

変更フィード プロセッサ関連のエラーの通知を受け取るデリゲート。

戻り値

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

適用対象