NamespaceManager.CreateConsumerGroupAsync Methode

Definition

Überlädt

CreateConsumerGroupAsync(String, String)

Asynchrone Version von CreateConsumerGroup(String, String).

CreateConsumerGroupAsync(ConsumerGroupDescription)

Asynchrone Version von CreateConsumerGroup(ConsumerGroupDescription).

CreateConsumerGroupAsync(String, String)

Asynchrone Version von CreateConsumerGroup(String, String).

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

Parameter

eventHubPath
String

Der Pfad zum Event Hub.

name
String

Der Name der Consumergruppe.

Gibt zurück

Der Task, der den asynchronen Vorgang abschließt.

Gilt für:

CreateConsumerGroupAsync(ConsumerGroupDescription)

public System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.ConsumerGroupDescription> CreateConsumerGroupAsync (Microsoft.ServiceBus.Messaging.ConsumerGroupDescription description);
member this.CreateConsumerGroupAsync : Microsoft.ServiceBus.Messaging.ConsumerGroupDescription -> System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.ConsumerGroupDescription>
Public Function CreateConsumerGroupAsync (description As ConsumerGroupDescription) As Task(Of ConsumerGroupDescription)

Parameter

Gibt zurück

Der Task, der den asynchronen Vorgang abschließt.

Gilt für: