NamespaceManager.CreateConsumerGroupIfNotExistsAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
CreateConsumerGroupIfNotExistsAsync(ConsumerGroupDescription)
Version asynchrone de CreateConsumerGroupIfNotExists(ConsumerGroupDescription).
public System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.ConsumerGroupDescription> CreateConsumerGroupIfNotExistsAsync (Microsoft.ServiceBus.Messaging.ConsumerGroupDescription description);
member this.CreateConsumerGroupIfNotExistsAsync : Microsoft.ServiceBus.Messaging.ConsumerGroupDescription -> System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.ConsumerGroupDescription>
Public Function CreateConsumerGroupIfNotExistsAsync (description As ConsumerGroupDescription) As Task(Of ConsumerGroupDescription)
Paramètres
- description
- ConsumerGroupDescription
Description du groupe de consommateurs.
Retours
Tâche effectuant l'opération asynchrone.
S’applique à
CreateConsumerGroupIfNotExistsAsync(String, String)
Version asynchrone de CreateConsumerGroupIfNotExists(String, String).
public System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.ConsumerGroupDescription> CreateConsumerGroupIfNotExistsAsync (string eventHubPath, string name);
member this.CreateConsumerGroupIfNotExistsAsync : string * string -> System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.ConsumerGroupDescription>
Public Function CreateConsumerGroupIfNotExistsAsync (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 effectuant l'opération asynchrone.
S’applique à
Azure SDK for .NET