C# 클래스 DotNetWorkQueue.Queue.WorkerTerminate

Attempts to terminate via joining to it.
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue 1 사용 예제들

공개 메소드들

메소드 설명
AttemptToTerminate ( Thread workerThread, System.TimeSpan timeout ) : bool

Attempts to terminate the passed in thread

메소드 상세

AttemptToTerminate() 공개 메소드

Attempts to terminate the passed in thread
public AttemptToTerminate ( Thread workerThread, System.TimeSpan timeout ) : bool
workerThread Thread The worker thread.
timeout System.TimeSpan The timeout.
리턴 bool