ITaskExecutionContext.IsCancelable Property

Definition

Gets or sets a value indicating whether this Task is cancelable.

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 this Task is cancelable; otherwise, false.

Applies to