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

ILeaseManager.ReleaseAsync(ILease) 方法

定义

释放租约的所有权。

public System.Threading.Tasks.Task ReleaseAsync (Microsoft.Azure.Documents.ChangeFeedProcessor.PartitionManagement.ILease lease);
abstract member ReleaseAsync : Microsoft.Azure.Documents.ChangeFeedProcessor.PartitionManagement.ILease -> System.Threading.Tasks.Task
Public Function ReleaseAsync (lease As ILease) As Task

参数

lease
ILease

要获取的租约

返回

例外

如果其他主机获取了租约或租约已被删除,则引发

适用于