你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ChangeFeedProcessorBuilder.WithLeaseReleaseNotification 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义一个委托,用于接收在更改源处理器执行期间发生的租约发布的通知。
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 实例。