ContextMessageProperty Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz der ContextMessageProperty-Klasse.
Überlädt
ContextMessageProperty() |
Initialisiert eine neue Instanz der ContextMessageProperty-Klasse. |
ContextMessageProperty(IDictionary<String,String>) |
Initialisiert eine neue Instanz der ContextMessageProperty-Klasse mit einem angegebenen Kontext. |
ContextMessageProperty()
Initialisiert eine neue Instanz der ContextMessageProperty-Klasse.
public:
ContextMessageProperty();
public ContextMessageProperty ();
Public Sub New ()
Gilt für:
ContextMessageProperty(IDictionary<String,String>)
Initialisiert eine neue Instanz der ContextMessageProperty-Klasse mit einem angegebenen Kontext.
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))
Parameter
- context
- IDictionary<String,String>
Das IDictionary<TKey,TValue>, das die zum Korrelieren von Nachrichten mit einer bestimmten Konversation zwischen einem Client und einem Dienst verwendeten Kontextinformationen enthält.
Ausnahmen
context
ist null
.