Compartir a través de


NamespaceManager.GetConsumerGroups(String) Método

Definición

Obtiene una colección que representa un conjunto de grupos de consumidores.

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

Parámetros

eventHubPath
String

Ruta de acceso al centro de eventos.

Devoluciones

Devuelve un IEnumerable<T> objeto que representa el conjunto de grupos de consumidores.

Se aplica a