NamespaceManager.CreateConsumerGroupIfNotExistsAsync メソッド

定義

オーバーロード

CreateConsumerGroupIfNotExistsAsync(ConsumerGroupDescription)

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

CreateConsumerGroupIfNotExistsAsync(String, String)

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)

パラメーター

description
ConsumerGroupDescription

コンシューマー グループの説明。

戻り値

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

適用対象

CreateConsumerGroupIfNotExistsAsync(String, String)

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)

パラメーター

eventHubPath
String

イベント ハブへのパス。

name
String

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

戻り値

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

適用対象