Interface IInterruptMonitor
Interface IInterruptMonitor
اسم الفضاء : Aspose.Imaging.Multithreading تجميع: Aspose.Imaging.dll (25.4.0)
يقدم معلومات عن الانقطاع.
public interface IInterruptMonitor
Properties
IsInterrupted
يحصل على القيمة التي تشير إلى ما إذا كانت العمليات يجب أن تتوقف.
bool IsInterrupted { get; }
قيمة الممتلكات
Methods
Interrupt()
إرسال طلب لوقف العمليات.
void Interrupt()