IInterruptionToken

IInterruptionToken interface

此类表示用于指示长时间运行的任务是否请求中断的令牌。

public interface IInterruptionToken

特性

姓名描述
IsInterruptionRequested { get; }如果请求中断,则返回Boolean.true。

方法

姓名描述
ThrowIfInterruptionRequested()抛出 OperationCanceledException if 中断请求。 请求中断时抛出。

也可以看看