语言

IMessageQueueTask.ErrorIfMessageTimeOut 属性

定义

获取或设置一个值,指示任务在消息超时是否失败。

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

属性值

如果任务在消息超时时失败,则为真;如果任务不成立,则为假。

适用于