MessageQueueTask.ErrorIfMessageTimeOut Property

Definition

Gets or sets a Boolean specifying whether the task fails when the message times out.

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

Property Value

true if the task fails when the message times out; false if the task does not.

Implements

Remarks

The default value of this property is false.

Applies to