Interface IInterruptMonitor
Interface IInterruptMonitor
Nom dels espais: Aspose.Imaging.Multithreading Assemblea: Aspose.Imaging.dll (25.4.0)
Informació sobre la interrupció.
public interface IInterruptMonitor
Properties
IsInterrupted
Obté el valor que indica si les operacions han de ser interrompudes.
bool IsInterrupted { get; }
Valor de la propietat
Methods
Interrupt()
Envia una sol·licitud per interrompre les operacions.
void Interrupt()