ReceiveActivity.Context Propiedad

Definición

Obtiene la información de contexto de esta actividad.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ Context { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Collections.Generic.IDictionary<string,string> Context { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Context : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property Context As IDictionary(Of String, String)

Valor de propiedad

Objeto IDictionary<TKey,TValue> que contiene información de contexto para esta actividad.

Atributos

Comentarios

La información de contexto se usa para la comunicación entre el cliente y el servicio con el que se comunica e incluye elementos como la identificación de la correlación.

Se aplica a