Share via


ILeaseContainer.GetAllLeasesAsync Method

Definition

Get all leases.

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))

Returns

List of all leases

Applies to