Udostępnij za pośrednictwem


ContextMessageProperty.Context Właściwość

Definicja

Pobiera kontekst używany do korelowania wiadomości w 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

Element IDictionary<TKey,TValue> zawierający informacje kontekstowe używane do korelowania wiadomości w konwersacji między klientem a usługą.

Dotyczy