次の方法で共有


RelayDescription(String, RelayType) コンストラクター

定義

RelayDescription クラスの新しいインスタンスを初期化します。

public RelayDescription (string relayPath, Microsoft.ServiceBus.RelayType type);
new Microsoft.ServiceBus.Messaging.RelayDescription : string * Microsoft.ServiceBus.RelayType -> Microsoft.ServiceBus.Messaging.RelayDescription
Public Sub New (relayPath As String, type As RelayType)

パラメーター

relayPath
String

WCF リレーのパス。

type
RelayType

WCF リレーの種類。

適用対象