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()