NamespaceManager.CreateConsumerGroupAsync メソッド

定義

オーバーロード

CreateConsumerGroupAsync(String, String)

CreateConsumerGroup(String, String) の非同期バージョン。

CreateConsumerGroupAsync(ConsumerGroupDescription)

CreateConsumerGroup(ConsumerGroupDescription) の非同期バージョン。

CreateConsumerGroupAsync(String, String)

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)

パラメーター

eventHubPath
String

イベント ハブへのパス。

name
String

コンシューマー グループの名前。

戻り値

非同期操作を完了するタスク。

適用対象

CreateConsumerGroupAsync(ConsumerGroupDescription)

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

パラメーター

戻り値

非同期操作を完了するタスク。

適用対象