次の方法で共有


ILeaseContainer.GetAllLeasesAsync メソッド

定義

すべてのリースを取得します。

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

戻り値

すべてのリースの一覧

適用対象