InterruptionTokenSource

InterruptionTokenSource class

表示InterruptionToken的来源。

public class InterruptionTokenSource : IInterruptionTokenSource

构造函数

姓名描述
InterruptionTokenSource()创建一个新的InterruptionTokenSource

特性

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

方法

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

也可以看看