NativeActivityContext.IsCancellationRequested 속성

정의

현재 실행 중인 NativeActivity 인스턴스를 취소할지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

true 현재 실행 중인 인스턴스가 NativeActivity 취소되면 이고, false그렇지 않으면 .

적용 대상