IInterruptionTokenSource

IInterruptionTokenSource interface

表示IInterruptionToken的来源。

public interface IInterruptionTokenSource

特性

姓名描述
IsInterruptionRequested { get; }如果请求中断,则返回 true,否则返回 false。
Token { get; }返回绑定到此IInterruptionTokenSource的新令牌。

方法

姓名描述
Interrupt()初始化中断请求。

也可以看看