Compartir a través de


NamespaceManager.GetConsumerGroupAsync(String, String) Método

Definición

Obtiene de forma asincrónica un grupo de consumidores.

public System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.ConsumerGroupDescription> GetConsumerGroupAsync (string eventHubPath, string name);
member this.GetConsumerGroupAsync : string * string -> System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.ConsumerGroupDescription>
Public Function GetConsumerGroupAsync (eventHubPath As String, name As String) As Task(Of ConsumerGroupDescription)

Parámetros

eventHubPath
String

Ruta de acceso al centro de eventos.

name
String

Nombre del grupo de consumidores.

Devoluciones

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

Se aplica a