언어

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

속성 값

메시지가 타임아웃될 때 작업이 실패하면 true; 작업이 그렇지 않으면 거짓입니다.

적용 대상