IsInterruptionRequested

AbstractInterruptMonitor.IsInterruptionRequested property

表示当前操作是否请求中断。 如果为true,则当前操作将被中断。 实现应该在这里进行快速高效的检查,否则可能成为程序的另一个瓶颈。

public abstract bool IsInterruptionRequested { get; }

也可以看看