TaskExecutionContext.IsCancelable Propriété

Définition

Obtient ou définit une valeur indiquant si la tâche peut être annulée.

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 la tâche peut être annulée ; sinon, false.

Implémente

S’applique à