Partager via


NamespaceManager.GetConsumerGroup(String, String) Méthode

Définition

Obtient un groupe de consommateurs Event Hubs.

public Microsoft.ServiceBus.Messaging.ConsumerGroupDescription GetConsumerGroup (string eventHubPath, string name);
member this.GetConsumerGroup : string * string -> Microsoft.ServiceBus.Messaging.ConsumerGroupDescription
Public Function GetConsumerGroup (eventHubPath As String, name As String) As ConsumerGroupDescription

Paramètres

eventHubPath
String

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

name
String

Nom du groupe de consommateurs.

Retours

Retourne ConsumerGroupDescription.

S’applique à