InterruptionToken
InterruptionToken class
此类表示用于指示长时间运行的任务是否请求中断的令牌。
public class InterruptionToken : IInterruptionToken
特性
姓名 | 描述 |
---|---|
static None { get; } | 表示一个空的中断令牌。 长时间运行的操作永远不会被Interrupt 中断使用时这个令牌。 |
IsInterruptionRequested { get; } | 如果请求中断,则返回Boolean.true。 |
方法
姓名 | 描述 |
---|---|
ThrowIfInterruptionRequested() | 抛出 OperationCanceledException if 中断请求。 |
也可以看看
- interface IInterruptionToken
- 命名空间 Aspose.Slides
- 部件 Aspose.Slides