InterruptMonitor Klasse
Summary: Represents information about interruption.
Module: aspose.imaging.multithreading
Full Name: aspose.imaging.multithreading.InterruptMonitor
Inheritance: IInterruptMonitor
Constructors
| Name | Beschreibung |
|---|---|
| InterruptMonitor() | Die IInterruptMonitor-Instanz, die für jeden Thread eindeutig ist. |
Properties
| Name | Type | Access | Beschreibung |
|---|---|---|---|
| is_interrupted | bool | r | Liefert den Wert, der angibt, ob Vorgänge unterbrochen werden sollen. |
| thread_local_instance [static] | IInterruptMonitor | r/w | Liefert oder setzt die IInterruptMonitor-Instanz, die für jeden Thread eindeutig ist. |
Methods
| Name | Beschreibung |
|---|---|
| interrupt() | Sendet eine Anforderung, um Vorgänge zu unterbrechen. |
Constructor: InterruptMonitor()
InterruptMonitor()
Die IInterruptMonitor-Instanz, die für jeden Thread eindeutig ist.