NamespaceManager.CreateEventHubAsync メソッド

定義

オーバーロード

CreateEventHubAsync(EventHubDescription)

イベント ハブを非同期的に作成します。

CreateEventHubAsync(String)

イベント ハブを非同期的に作成します。

CreateEventHubAsync(EventHubDescription)

イベント ハブを非同期的に作成します。

public System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.EventHubDescription> CreateEventHubAsync (Microsoft.ServiceBus.Messaging.EventHubDescription description);
member this.CreateEventHubAsync : Microsoft.ServiceBus.Messaging.EventHubDescription -> System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.EventHubDescription>
Public Function CreateEventHubAsync (description As EventHubDescription) As Task(Of EventHubDescription)

パラメーター

description
EventHubDescription

EventHubDescription作成するイベント ハブを表す オブジェクト。

戻り値

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

適用対象

CreateEventHubAsync(String)

イベント ハブを非同期的に作成します。

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

パラメーター

path
String

イベント ハブへのパス。

戻り値

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

適用対象