Compartir a través de


ILeaseManager.GetAllLeasesAsync Método

Definición

Devuelve la información de concesión de todas las particiones. Una implementación típica podría simplemente llamar a GetLeaseAsync() en todas las particiones.

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

Devoluciones

lista de información de concesión.

Se aplica a