SendActivity.Context プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
クライアントと通信しているサービスとの間の通信に使用されるコンテキスト (関連付けの識別など) を含むディクショナリを返します。
public:
property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ Context { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); void set(System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ value); };
[System.ComponentModel.Browsable(false)]
public System.Collections.Generic.IDictionary<string,string> Context { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Context : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property Context As IDictionary(Of String, String)
プロパティ値
XmlQualifiedName キーとそれに関連付けられているString値を含むディクショナリ ベースのコレクション。
- 属性
注釈
コンテキスト情報は、クライアントと通信しているサービス間の通信に使用され、相関関係の識別などが含まれます。