NamespaceManager.GetConsumerGroup(String, String) Methode

Definition

Ruft eine Event Hubs-Consumergruppe ab.

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

Parameter

eventHubPath
String

Der Pfad zum Event Hub.

name
String

Der Name der Consumergruppe.

Gibt zurück

Gibt ConsumerGroupDescription zurück.

Gilt für: