NamespaceManager.CreateConsumerGroupAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
CreateConsumerGroupAsync(String, String) |
CreateConsumerGroup(String, String) の非同期バージョン。 |
CreateConsumerGroupAsync(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)
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)
パラメーター
- description
- ConsumerGroupDescription
戻り値
非同期操作を完了するタスク。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET