TaskExecutionContext.IsCancelRequested Proprietà

Definizione

Ottiene un valore che indica se esiste una richiesta per annullare l'attività.

public:
 property bool IsCancelRequested { bool get(); };
public bool IsCancelRequested { get; }
member this.IsCancelRequested : bool
Public ReadOnly Property IsCancelRequested As Boolean

Valore della proprietà

true se esiste una richiesta per annullare l'attività; in caso contrario, false.

Implementazioni

Si applica a