IsInterruptionRequested

AbstractInterruptMonitor.IsInterruptionRequested property

Indica se è richiesta l’interruzione per l’operazione corrente. Se true, l’operazione corrente verrà interrotta. L’implementazione dovrebbe eseguire un controllo rapido ed efficiente qui, altrimenti potrebbe diventare un altro collo di bottiglia per la procedura.

public abstract bool IsInterruptionRequested { get; }

Guarda anche