Classe InterruptMonitor

Summary: Represents information about interruption.

Module: aspose.imaging.multithreading

Full Name: aspose.imaging.multithreading.InterruptMonitor

Inheritance: IInterruptMonitor

Constructors

NameDescrizione
InterruptMonitor()L’istanza IInterruptMonitor che è unica per ogni thread.

Properties

NameTypeAccessDescrizione
is_interruptedboolrOttiene il valore che indica se le operazioni devono essere interrotte.
thread_local_instance [static]IInterruptMonitorr/wOttiene o imposta l’istanza IInterruptMonitor che è unica per ogni thread.

Methods

NameDescrizione
interrupt()Invia una richiesta per interrompere le operazioni.

Constructor: InterruptMonitor()

 InterruptMonitor() 

L’istanza IInterruptMonitor che è unica per ogni thread.