Interface IInterruptMonitor
Interface IInterruptMonitor
Nombre del espacio: Aspose.Imaging.Multithreading Asamblea: Aspose.Imaging.dll (25.4.0)
Información sobre la interrupción.
public interface IInterruptMonitor
Properties
IsInterrupted
Recibe el valor indicando si las operaciones deben ser interrumpidas.
bool IsInterrupted { get; }
Valor de la propiedad
Methods
Interrupt()
Enviar una solicitud para interrumpir las operaciones.
void Interrupt()