NamespaceManager.GetConsumerGroups(String) Méthode

Définition

Obtient une collection représentant un ensemble de groupes de consommateurs.

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)

Paramètres

eventHubPath
String

Chemin d’accès au hub d’événements.

Retours

Renvoie un IEnumerable<T> objet représentant l’ensemble de groupes de consommateurs.

S’applique à