InterruptMonitor فئة
Summary: Represents information about interruption.
Module: aspose.imaging.multithreading
Full Name: aspose.imaging.multithreading.InterruptMonitor
Inheritance: IInterruptMonitor
Constructors
| Name | الوصف |
|---|---|
| InterruptMonitor() | مثيل IInterruptMonitor الفريد لكل خيط. |
Properties
| Name | Type | Access | الوصف |
|---|---|---|---|
| is_interrupted | bool | r | يحصل على القيمة التي تشير إلى ما إذا كان يجب مقاطعة العمليات. |
| thread_local_instance [static] | IInterruptMonitor | r/w | يحصل أو يضبط مثيل IInterruptMonitor الفريد لكل خيط. |
Methods
| Name | الوصف |
|---|---|
| interrupt() | يرسل طلبًا لمقاطعة العمليات. |
Constructor: InterruptMonitor()
InterruptMonitor()
مثيل IInterruptMonitor الفريد لكل خيط.