ChannelDispatcher.ReceiveContextEnabled Property

Definition

Gets or sets whether ReceiveContext is enabled.

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

Property Value

true if ReceiveContext is enabled; otherwise, false.

Remarks

The ReceiveContext controls the manner in which messages are handled by the service, for example locking of the message as long as needed.

Applies to