IBackgroundOperationContext.IsCancelRequested Property

Definition

Gets or sets a value indicating whether the user requested to cancel the operation.

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

Property Value

true if the operation is cancelled; otherwise, false.

Applies to