다음을 통해 공유


AsyncCodeActivityContext.IsCancellationRequested 속성

정의

현재 실행 중인 AsyncCodeActivity를 취소할지 여부를 나타내는 값을 가져옵니다.

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

속성 값

현재 실행 중인 AsyncCodeActivity를 취소하면 true이고, 그렇지 않으면 false입니다.

적용 대상