InterruptMonitor Sınıfı
Summary: Represents information about interruption.
Module: aspose.imaging.multithreading
Full Name: aspose.imaging.multithreading.InterruptMonitor
Inheritance: IInterruptMonitor
Constructors
| Name | Açıklama |
|---|---|
| InterruptMonitor() | Her iş parçacığı için benzersiz olan IInterruptMonitor örneği. |
Properties
| Name | Type | Access | Açıklama |
|---|---|---|---|
| is_interrupted | bool | r | İşlemlerin kesilmesi gerekip gerekmediğini gösteren değeri alır. |
| thread_local_instance [static] | IInterruptMonitor | r/w | Her iş parçacığı için benzersiz olan IInterruptMonitor örneğini alır veya ayarlar. |
Methods
| Name | Açıklama |
|---|---|
| interrupt() | İşlemleri kesmek için bir istek gönderir. |
Constructor: InterruptMonitor()
InterruptMonitor()
Her iş parçacığı için benzersiz olan IInterruptMonitor örneği.