Class InterruptMonitor

InterruptMonitor class

중단에 대한 정보를 나타냅니다.

public class InterruptMonitor

생성자

이름설명
InterruptMonitor()기본 생성자입니다.

속성

이름설명
static ThreadLocalInstance { get; set; }각 스레드에 대해 고유한 InterruptMonitor 인스턴스를 가져오거나 설정합니다.
IsInterrupted { get; }작업을 중단해야 하는지 여부를 나타내는 값을 가져옵니다.

행동 양식

이름설명
Interrupt()작업 중단 요청을 보냅니다.

또한보십시오