TaskExecutionContext.IsCancelRequested 속성

정의

작업 취소 요청이 있는지 여부를 나타내는 값을 받습니다.

public:
 property bool IsCancelRequested { bool get(); };
public bool IsCancelRequested { get; }
member this.IsCancelRequested : bool
Public ReadOnly Property IsCancelRequested As Boolean

속성 값

true 작업 취소 요청이 있을 경우; 그렇지 않으면, false.

구현

적용 대상