C# 클래스 DotNetWorkQueue.Queue.WaitForThreadToFinish

Waits until a thread has indicated its done processing
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue 1 사용 예제들

공개 메소드들

메소드 설명
Wait ( Thread workerThread ) : bool

Waits for specified worker thread to finish.

Wait ( Thread workerThread, System.TimeSpan timeout ) : bool

Waits for specified worker thread to finish, or until the timeout period has been reached.

WaitForThreadToFinish ( ILogFactory log ) : System

Initializes a new instance of the WaitForThreadToFinish class.

메소드 상세

Wait() 공개 메소드

Waits for specified worker thread to finish.
public Wait ( Thread workerThread ) : bool
workerThread Thread The worker thread.
리턴 bool

Wait() 공개 메소드

Waits for specified worker thread to finish, or until the timeout period has been reached.
public Wait ( Thread workerThread, System.TimeSpan timeout ) : bool
workerThread Thread The worker thread.
timeout System.TimeSpan The timeout.
리턴 bool

WaitForThreadToFinish() 공개 메소드

Initializes a new instance of the WaitForThreadToFinish class.
public WaitForThreadToFinish ( ILogFactory log ) : System
log ILogFactory The log.
리턴 System