ITaskExecutionContext.IsCancelable Propriété

Définition

Obtient ou définit une valeur indiquant si cette tâche est annulable.

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

Valeur de propriété

true si cette tâche est annulable ; sinon, false.

S’applique à