다음을 통해 공유


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>입니다.

적용 대상