ChangeFeedProcessorBuilder.WithLeaseReleaseNotification 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 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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET