ContextMessageProperty Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci ContextMessageProperty třídy.
Přetížení
ContextMessageProperty() |
Inicializuje novou instanci ContextMessageProperty třídy. |
ContextMessageProperty(IDictionary<String,String>) |
Inicializuje novou instanci ContextMessageProperty třídy se zadaným kontextem. |
ContextMessageProperty()
Inicializuje novou instanci ContextMessageProperty třídy.
public:
ContextMessageProperty();
public ContextMessageProperty ();
Public Sub New ()
Platí pro
ContextMessageProperty(IDictionary<String,String>)
Inicializuje novou instanci ContextMessageProperty třídy se zadaným kontextem.
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>
Obsahuje IDictionary<TKey,TValue> kontextové informace používané ke korelaci zpráv s konkrétní konverzací mezi klientem a službou.
Výjimky
context
je null
.