NamespaceManager.GetEventHubAsync(String) メソッド

定義

イベント ハブに関する情報を非同期的に取得します。

public System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.EventHubDescription> GetEventHubAsync (string path);
member this.GetEventHubAsync : string -> System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.EventHubDescription>
Public Function GetEventHubAsync (path As String) As Task(Of EventHubDescription)

パラメーター

path
String

イベント ハブへのパス。

戻り値

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

適用対象