Class InterruptMonitor
InterruptMonitor class
Represents information about interruption.
public class InterruptMonitor
Constructors
Name | Description |
---|---|
InterruptMonitor() | The default constructor. |
Properties
Name | Description |
---|---|
static ThreadLocalInstance { get; set; } | Gets or sets the InterruptMonitor instance which is unique for each thread. |
IsInterrupted { get; } | Gets the value indicating whether operations should be interrupted. |
Methods
Name | Description |
---|---|
Interrupt() | Sends a request to interrupt operations. |
See Also
- namespace Aspose.PSD.Multithreading
- assembly Aspose.PSD