IMessageQueueTask.ErrorIfMessageTimeOut Property

Definition

Gets or sets a value that indicates 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.

Applies to