MessageQueueTask.ErrorIfMessageTimeOut Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.