TaskExecutionContext.IsCancelable Property

Definition

Gets or sets a value that indicates whether the task can be canceled.

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

Property Value

true if the task can be canceled; otherwise, false.

Implements

Applies to