Share via


ILeaseContainer.GetOwnedLeasesAsync Method

Definition

Get all the leases owned by the current host.

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

Returns

Enumerable of all leases owned by the current host

Applies to