언어

MessageQueueTask.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; 작업이 그렇지 않으면 거짓입니다.

구현

설명

이 속성의 기본값은 false입니다.

적용 대상