ChangeFeedProcessorBuilder.WithLeaseReleaseNotification Method

Definition

Defines a delegate to receive notifications on lease releases that occur during change feed processor execution.

public Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder WithLeaseReleaseNotification (Microsoft.Azure.Cosmos.Container.ChangeFeedMonitorLeaseReleaseDelegate releaseDelegate);
member this.WithLeaseReleaseNotification : Microsoft.Azure.Cosmos.Container.ChangeFeedMonitorLeaseReleaseDelegate -> Microsoft.Azure.Cosmos.ChangeFeedProcessorBuilder
Public Function WithLeaseReleaseNotification (releaseDelegate As Container.ChangeFeedMonitorLeaseReleaseDelegate) As ChangeFeedProcessorBuilder

Parameters

releaseDelegate
Container.ChangeFeedMonitorLeaseReleaseDelegate

A delegate to receive notifications when a change feed processor releases a lease.

Returns

The instance of ChangeFeedProcessorBuilder to use.

Applies to