ReceiveActivity.Context プロパティ

定義

このアクティビティのコンテキスト情報を取得します。

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ Context { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Collections.Generic.IDictionary<string,string> Context { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Context : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property Context As IDictionary(Of String, String)

プロパティ値

このアクティビティのコンテキスト情報を含む IDictionary<TKey,TValue> オブジェクト。

属性

注釈

コンテキスト情報は、クライアントと通信しているサービス間の通信に使用され、相関関係の識別などが含まれます。

適用対象