NamespaceManager.CreateRelayAsync メソッド

定義

オーバーロード

CreateRelayAsync(RelayDescription)

指定したリレーの説明を使用して、サービス名前空間に新しいリレーを非同期に作成します。

CreateRelayAsync(String, RelayType)

指定されたパスと型を使用して、サービス名前空間に新しいリレーを非同期に作成します。

CreateRelayAsync(RelayDescription)

指定したリレーの説明を使用して、サービス名前空間に新しいリレーを非同期に作成します。

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

パラメーター

description
RelayDescription

新しいリレーを作成する属性を記述する description オブジェクト。

戻り値

RelayDescription新しく作成されたリレーの オブジェクト。

適用対象

CreateRelayAsync(String, RelayType)

指定されたパスと型を使用して、サービス名前空間に新しいリレーを非同期に作成します。

public System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.RelayDescription> CreateRelayAsync (string path, Microsoft.ServiceBus.RelayType type);
member this.CreateRelayAsync : string * Microsoft.ServiceBus.RelayType -> System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.RelayDescription>
Public Function CreateRelayAsync (path As String, type As RelayType) As Task(Of RelayDescription)

パラメーター

path
String

サービス名前空間のベース アドレスに対する相対的なキューのパス。

type
RelayType

リレーの種類。

戻り値

RelayDescription新しく作成されたリレーの オブジェクト。

適用対象