Класс InterruptMonitor

Summary: Represents information about interruption.

Module: aspose.imaging.multithreading

Full Name: aspose.imaging.multithreading.InterruptMonitor

Inheritance: IInterruptMonitor

Constructors

NameDescription
InterruptMonitor()Экземпляр IInterruptMonitor, уникальный для каждого потока.

Properties

NameTypeAccessDescription
is_interruptedboolrПолучает значение, указывающее, следует ли прерывать операции.
thread_local_instance [static]IInterruptMonitorr/wПолучает или задает экземпляр IInterruptMonitor, уникальный для каждого потока.

Methods

NameDescription
interrupt()Отправляет запрос на прерывание операций.

Constructor: InterruptMonitor()

 InterruptMonitor() 

Экземпляр IInterruptMonitor, уникальный для каждого потока.