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입니다.

구현

설명

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

적용 대상