接口 IInterruptMonitor

IInterruptMonitor interface

表示中断信息。

public interface IInterruptMonitor

属性

名称描述
IsInterrupted { get; }获取指示是否应中断操作的值。

方法

名称描述
Interrupt()发送请求以中断操作。

另请参见