ITaskExecutionContext.IsCancelRequested 속성

정의

취소 요청 여부를 나타내는 값을 받습니다.

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

속성 값

true 이 취소가 요청된다면; 그렇지 않으면, false.

적용 대상