Interface IInterruptMonitor
Interface IInterruptMonitor
Namespace: Aspose.Imaging.Multithreading
Assembly: Aspose.Imaging.dll (25.7.0)
Represents information about interruption.
public interface IInterruptMonitor
{
void OnHardwareInterrupt(int interruptNumber);
}
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()
{
}