ContextMessageProperty.Context Właściwość

Definicja

Pobiera kontekst używany do korelowania komunikatów w ramach konwersacji między klientem a usługą.

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)

Wartość właściwości

IDictionary<String,String>

Zawiera informacje kontekstowe używane do korelowania komunikatów w ramach konwersacji między IDictionary<TKey,TValue> klientem a usługą.

Dotyczy