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
です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET