你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ChangeFeedProcessorBuilder.WithLeaseReleaseNotification 方法

定义

定义一个委托,用于接收在更改源处理器执行期间发生的租约发布的通知。

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

参数

releaseDelegate
Container.ChangeFeedMonitorLeaseReleaseDelegate

在更改源处理器释放租约时接收通知的委托。

返回

要使用的 的 ChangeFeedProcessorBuilder 实例。

适用于