Udostępnij za pośrednictwem


ContextMessageProperty Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy ContextMessageProperty.

Przeciążenia

ContextMessageProperty()

Inicjuje nowe wystąpienie klasy ContextMessageProperty.

ContextMessageProperty(IDictionary<String,String>)

Inicjuje nowe wystąpienie ContextMessageProperty klasy z określonym kontekstem.

ContextMessageProperty()

Inicjuje nowe wystąpienie klasy ContextMessageProperty.

public:
 ContextMessageProperty();
public ContextMessageProperty ();
Public Sub New ()

Dotyczy

ContextMessageProperty(IDictionary<String,String>)

Inicjuje nowe wystąpienie ContextMessageProperty klasy z określonym kontekstem.

public:
 ContextMessageProperty(System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ context);
public ContextMessageProperty (System.Collections.Generic.IDictionary<string,string> context);
new System.ServiceModel.Channels.ContextMessageProperty : System.Collections.Generic.IDictionary<string, string> -> System.ServiceModel.Channels.ContextMessageProperty
Public Sub New (context As IDictionary(Of String, String))

Parametry

context
IDictionary<String,String>

, który zawiera informacje o kontekście używane do korelowania komunikatów z określoną IDictionary<TKey,TValue> konwersacją między klientem a usługą.

Wyjątki

context to null.

Dotyczy