Compartilhar via


ILeaseManager.GetAllLeasesAsync Método

Definição

Retornar as informações de concessão para todas as partições. Uma implementação típica pode chamar GetLeaseAsync() em todas as partições.

public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.EventHubs.Processor.Lease>> GetAllLeasesAsync ();
abstract member GetAllLeasesAsync : unit -> System.Threading.Tasks.Task<seq<Microsoft.Azure.EventHubs.Processor.Lease>>
Public Function GetAllLeasesAsync () As Task(Of IEnumerable(Of Lease))

Retornos

lista de informações de concessão.

Aplica-se a