Class InterruptMonitor
InterruptMonitor class
تمثل معلومات حول الانقطاع.
public class InterruptMonitor : IInterruptMonitor
Constructors
Name | Description |
---|---|
InterruptMonitor() | المُنشئ الافتراضي. |
Properties
Name | Description |
---|---|
CancellationToken { get; } | رمز إلغاء المراقب المستخدم لقطع العملية. بشكل افتراضي، يقوم كل IInterruptMonitor بإنشاء cancellationSource خاص به. |
static ThreadLocalInstance { get; set; } | يحصل أو يحدد مثيل IInterruptMonitor الفريد لكل خيط. |
Methods
Name | Description |
---|---|
Dispose() | يتخلص من الموارد المستخدمة. |
virtual Interrupt() | يرسل طلبًا لقطع العمليات. |
See Also
- interface IInterruptMonitor
- namespace Aspose.Pdf.Multithreading
- assembly Aspose.PDF