Partager via


ConsumerGroupDescription(String, String) Constructeur

Définition

Initialise une nouvelle instance de la classe ConsumerGroupDescription.

public ConsumerGroupDescription (string eventHubPath, string consumerGroupName);
new Microsoft.ServiceBus.Messaging.ConsumerGroupDescription : string * string -> Microsoft.ServiceBus.Messaging.ConsumerGroupDescription
Public Sub New (eventHubPath As String, consumerGroupName As String)

Paramètres

eventHubPath
String

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

consumerGroupName
String

Nom de l'abonnement.

S’applique à