InterruptMonitor 类
Summary: Represents information about interruption.
Module: aspose.imaging.multithreading
Full Name: aspose.imaging.multithreading.InterruptMonitor
Inheritance: IInterruptMonitor
Constructors
| Name | 描述 |
|---|---|
| InterruptMonitor() | 每个线程唯一的 IInterruptMonitor 实例。 |
Properties
| Name | Type | Access | 描述 |
|---|---|---|---|
| is_interrupted | bool | r | 获取指示是否应中断操作的值。 |
| thread_local_instance [static] | IInterruptMonitor | r/w | 获取或设置每个线程唯一的 IInterruptMonitor 实例。 |
Methods
| Name | 描述 |
|---|---|
| interrupt() | 发送请求以中断操作。 |
Constructor: InterruptMonitor()
InterruptMonitor()
每个线程唯一的 IInterruptMonitor 实例。