Class InterruptMonitor
InterruptMonitor class
代表中断信息。
public class InterruptMonitor
构造函数
姓名 | 描述 |
---|---|
InterruptMonitor() | 默认构造函数。 |
特性
姓名 | 描述 |
---|---|
static ThreadLocalInstance { get; set; } | 获取或设置每个线程唯一的 InterruptMonitor 实例。 |
IsInterrupted { get; } | 获取指示是否应中断操作的值。 |
方法
姓名 | 描述 |
---|---|
Interrupt() | 发送中断操作请求。 |