InterruptMonitor Class
Summary: Represents information about interruption.
Module: aspose.imaging.multithreading
Full Name: aspose.imaging.multithreading.InterruptMonitor
Inheritance: IInterruptMonitor
Constructors
| Name | Description |
|---|---|
| InterruptMonitor() | The IInterruptMonitor instance which is unique for each thread. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| is_interrupted | bool | r | Gets the value indicating whether operations should be interrupted. |
| thread_local_instance [static] | IInterruptMonitor | r/w | Gets or sets the IInterruptMonitor instance which is unique for each thread. |
Methods
| Name | Description |
|---|---|
| interrupt() | Sends a request to interrupt operations. |
Constructor: InterruptMonitor()
InterruptMonitor()
The IInterruptMonitor instance which is unique for each thread.