NamespaceManager.GetConsumerGroupsAsync(String) メソッド

定義

一連のコンシューマー グループを非同期的に取得します。

public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.ServiceBus.Messaging.ConsumerGroupDescription>> GetConsumerGroupsAsync (string eventHubPath);
member this.GetConsumerGroupsAsync : string -> System.Threading.Tasks.Task<seq<Microsoft.ServiceBus.Messaging.ConsumerGroupDescription>>
Public Function GetConsumerGroupsAsync (eventHubPath As String) As Task(Of IEnumerable(Of ConsumerGroupDescription))

パラメーター

eventHubPath
String

イベント ハブへのパス。

戻り値

非同期操作を表すタスク。

適用対象