ContextMessageProperty.Context 속성

정의

클라이언트와 서비스 간의 대화 내에서 메시지의 상관 관계를 지정하는 데 사용되는 컨텍스트를 가져옵니다.

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

속성 값

IDictionary<TKey,TValue> 클라이언트와 서비스 간의 대화 내에서 메시지의 상관 관계를 지정하는 데 사용되는 컨텍스트 정보가 들어 있는 항목입니다.

적용 대상