Interface IInterruptMonitor
Interface IInterruptMonitor
Il nome: Aspose.Imaging.Multithreading Assemblea: Aspose.Imaging.dll (25.5.0)
Informazioni sulle interruzioni.
public interface IInterruptMonitorProperties
IsInterrupted
Riceve il valore indicando se le operazioni dovrebbero essere interrotte.
bool IsInterrupted { get; }Valore di proprietà
Methods
Interrupt()
Invia una richiesta di interruzione delle operazioni.
void Interrupt()