ContextMessageProperty コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ContextMessageProperty クラスの新しいインスタンスを初期化します。
オーバーロード
| 名前 | 説明 |
|---|---|
| ContextMessageProperty() |
ContextMessageProperty クラスの新しいインスタンスを初期化します。 |
| ContextMessageProperty(IDictionary<String,String>) |
指定したコンテキストを使用して、 ContextMessageProperty クラスの新しいインスタンスを初期化します。 |
ContextMessageProperty()
ContextMessageProperty クラスの新しいインスタンスを初期化します。
public:
ContextMessageProperty();
public ContextMessageProperty();
Public Sub New ()
適用対象
ContextMessageProperty(IDictionary<String,String>)
指定したコンテキストを使用して、 ContextMessageProperty クラスの新しいインスタンスを初期化します。
public:
ContextMessageProperty(System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ context);
public ContextMessageProperty(System.Collections.Generic.IDictionary<string,string> context);
new System.ServiceModel.Channels.ContextMessageProperty : System.Collections.Generic.IDictionary<string, string> -> System.ServiceModel.Channels.ContextMessageProperty
Public Sub New (context As IDictionary(Of String, String))
パラメーター
- context
- IDictionary<String,String>
メッセージをクライアントとサービス間の特定の会話と関連付けるために使用されるコンテキスト情報を含む IDictionary<TKey,TValue> 。
例外
context は nullです。