ChannelDispatcher.ReceiveContextEnabled Propiedad

Definición

Obtiene o establece si ReceiveContext está habilitado.

public:
 property bool ReceiveContextEnabled { bool get(); void set(bool value); };
public bool ReceiveContextEnabled { get; set; }
member this.ReceiveContextEnabled : bool with get, set
Public Property ReceiveContextEnabled As Boolean

Valor de propiedad

Boolean

true si ReceiveContext está habilitado; de lo contrario, false.

Comentarios

ReceiveContext controla la manera en la que el servicio administra los mensajes; por ejemplo bloqueando el mensaje tanto tiempo como haga falta.

Se aplica a