Method | Description | |
---|---|---|
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.
|
public Wait ( Thread workerThread ) : bool | ||
workerThread | Thread | The worker thread. |
return | bool |
public Wait ( Thread workerThread, System.TimeSpan timeout ) : bool | ||
workerThread | Thread | The worker thread. |
timeout | System.TimeSpan | The timeout. |
return | bool |
public WaitForThreadToFinish ( ILogFactory log ) : System | ||
log | ILogFactory | The log. |
return | System |