EventHubClient.GetConsumerGroup(String) Methode

Definition

Gibt die Consumergruppe mit dem angegebenen Namen für den Empfangsvorgang von Ereignisdaten zurück.

public Microsoft.ServiceBus.Messaging.EventHubConsumerGroup GetConsumerGroup (string groupName);
member this.GetConsumerGroup : string -> Microsoft.ServiceBus.Messaging.EventHubConsumerGroup
Public Function GetConsumerGroup (groupName As String) As EventHubConsumerGroup

Parameter

groupName
String

Der Name der Gruppe.

Gibt zurück

Eine EventHubConsumerGroup instance, die der Consumergruppe entspricht.

Gilt für: