NamespaceManager.GetConsumerGroupAsync(String, String) Méthode

Définition

Obtient de façon asynchrone un groupe de consommateurs.

public System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.ConsumerGroupDescription> GetConsumerGroupAsync (string eventHubPath, string name);
member this.GetConsumerGroupAsync : string * string -> System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.ConsumerGroupDescription>
Public Function GetConsumerGroupAsync (eventHubPath As String, name As String) As Task(Of ConsumerGroupDescription)

Paramètres

eventHubPath
String

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

name
String

Nom du groupe de consommateurs.

Retours

Tâche représentant l’opération asynchrone.

S’applique à