Classe InterruptMonitor
Summary: Represents information about interruption.
Module: aspose.imaging.multithreading
Full Name: aspose.imaging.multithreading.InterruptMonitor
Inheritance: IInterruptMonitor
Constructors
| Name | Descrizione |
|---|---|
| InterruptMonitor() | L’istanza IInterruptMonitor che è unica per ogni thread. |
Properties
| Name | Type | Access | Descrizione |
|---|---|---|---|
| is_interrupted | bool | r | Ottiene il valore che indica se le operazioni devono essere interrotte. |
| thread_local_instance [static] | IInterruptMonitor | r/w | Ottiene o imposta l’istanza IInterruptMonitor che è unica per ogni thread. |
Methods
| Name | Descrizione |
|---|---|
| interrupt() | Invia una richiesta per interrompere le operazioni. |
Constructor: InterruptMonitor()
InterruptMonitor()
L’istanza IInterruptMonitor che è unica per ogni thread.