Interface IInterruptMonitor
- Namespace
- Aspose.Imaging.Multithreading
- Assembly
- Aspose.Imaging.dll
Represents information about interruption.
public interface IInterruptMonitor
Properties
IsInterrupted
Gets the value indicating whether operations should be interrupted.
bool IsInterrupted { get; }
Property Value
Methods
Interrupt()
Sends a request to interrupt operations.
void Interrupt()