Compartir a través de


NamespaceManager.GetConsumerGroupsAsync(String) Método

Definición

Obtiene de forma asincrónica un conjunto de grupos de consumidores.

public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.ServiceBus.Messaging.ConsumerGroupDescription>> GetConsumerGroupsAsync (string eventHubPath);
member this.GetConsumerGroupsAsync : string -> System.Threading.Tasks.Task<seq<Microsoft.ServiceBus.Messaging.ConsumerGroupDescription>>
Public Function GetConsumerGroupsAsync (eventHubPath As String) As Task(Of IEnumerable(Of ConsumerGroupDescription))

Parámetros

eventHubPath
String

Ruta de acceso al centro de eventos.

Devoluciones

La tarea que representa la operación asincrónica.

Se aplica a