ChangeFeedProcessorBuilder.WithErrorNotification Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a delegate to receive notifications on errors that occur during change feed processor execution.
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
Parameters
- errorDelegate
- Container.ChangeFeedMonitorErrorDelegate
A delegate to receive notifications for change feed processor related errors.
Returns
The instance of ChangeFeedProcessorBuilder to use.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET