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

ILeaseContainer.GetOwnedLeasesAsync 方法

定义

获取当前主机拥有的所有租约。

public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Documents.ChangeFeedProcessor.PartitionManagement.ILease>> GetOwnedLeasesAsync ();
abstract member GetOwnedLeasesAsync : unit -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Documents.ChangeFeedProcessor.PartitionManagement.ILease>>
Public Function GetOwnedLeasesAsync () As Task(Of IEnumerable(Of ILease))

返回

可枚举当前主机拥有的所有租约

适用于