ContextMessageProperty Конструкторы

Определение

Инициализирует новый экземпляр класса ContextMessageProperty.

Перегрузки

ContextMessageProperty()

Инициализирует новый экземпляр класса ContextMessageProperty.

ContextMessageProperty(IDictionary<String,String>)

Инициализирует новый экземпляр класса ContextMessageProperty с указанным контекстом.

ContextMessageProperty()

Инициализирует новый экземпляр класса ContextMessageProperty.

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

Применяется к

ContextMessageProperty(IDictionary<String,String>)

Инициализирует новый экземпляр класса ContextMessageProperty с указанным контекстом.

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))

Параметры

context
IDictionary<String,String>

Объект IDictionary<TKey,TValue>, содержащий контекстную информацию, служащую для корреляции сообщений с конкретным диалогом между клиентом и службой.

Исключения

context имеет значение null.

Применяется к