Interface IInterruptMonitor

Interface IInterruptMonitor

Il nome: Aspose.Imaging.Multithreading Assemblea: Aspose.Imaging.dll (25.4.0)

Informazioni sulle interruzioni.

public interface IInterruptMonitor

Properties

IsInterrupted

Riceve il valore indicando se le operazioni dovrebbero essere interrotte.

bool IsInterrupted { get; }

Valore di proprietà

bool

Methods

Interrupt()

Invia una richiesta di interruzione delle operazioni.

void Interrupt()
 Italiano