Partager via


NamespaceManager.CreateConsumerGroupIfNotExistsAsync Méthode

Définition

Surcharges

CreateConsumerGroupIfNotExistsAsync(ConsumerGroupDescription)

Version asynchrone de CreateConsumerGroupIfNotExists(ConsumerGroupDescription).

CreateConsumerGroupIfNotExistsAsync(String, String)

Version asynchrone de CreateConsumerGroupIfNotExists(String, String).

CreateConsumerGroupIfNotExistsAsync(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)

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 à