InterruptMonitor
InterruptMonitor class
代表所有关于中断的算子。
public class InterruptMonitor : AbstractInterruptMonitor
构造函数
| 姓名 | 描述 |
|---|---|
| InterruptMonitor() | 默认构造函数。 |
特性
| 姓名 | 描述 |
|---|---|
| override IsInterruptionRequested { get; } | 将监视器标记为请求中断 |
| virtual TerminateWithoutException { get; } | 程序被中断时,是静默终止程序还是抛出异常。 默认为false,即当IsInterruptionRequested是真的, aCellsException带代码Interrupted将被抛出。 |
方法
| 姓名 | 描述 |
|---|---|
| Interrupt() | 中断当前操作员。 |
也可以看看
- class AbstractInterruptMonitor
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells