InterruptMonitor 类

Summary: Represents information about interruption.

Module: aspose.imaging.multithreading

Full Name: aspose.imaging.multithreading.InterruptMonitor

Inheritance: IInterruptMonitor

Constructors

Name描述
InterruptMonitor()每个线程唯一的 IInterruptMonitor 实例。

Properties

NameTypeAccess描述
is_interruptedboolr获取指示是否应中断操作的值。
thread_local_instance [static]IInterruptMonitorr/w获取或设置每个线程唯一的 IInterruptMonitor 实例。

Methods

Name描述
interrupt()发送请求以中断操作。

Constructor: InterruptMonitor()

 InterruptMonitor() 

每个线程唯一的 IInterruptMonitor 实例。