TaskExecutionContext.IsCancelable Proprietà

Definizione

Ottiene o imposta un valore che indica se il compito può essere annullato.

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

Valore della proprietà

true se il compito può essere annullato; altrimenti, false.

Implementazioni

Si applica a