IBackgroundOperationContext.IsCancelRequested 속성

정의

사용자가 작업 취소를 요청했는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool IsCancelRequested { bool get(); void set(bool value); };
public bool IsCancelRequested { get; set; }
member this.IsCancelRequested : bool with get, set
Public Property IsCancelRequested As Boolean

속성 값

작업이 취소되었으면 true이고, 그렇지 않으면 false입니다.

적용 대상