Method | Description | |
---|---|---|
StopThread ( IAbortWorkerThread abortWorkerThread, |
Initializes a new instance of the StopThread class.
|
|
TryForceTerminate ( |
Stops a thread by aborting it if configured to do; otherwise it will wait (forever if needed) until the thread dies.
|
public StopThread ( IAbortWorkerThread abortWorkerThread, |
||
abortWorkerThread | IAbortWorkerThread | The abort worker thread. |
waitForThreadToFinish | The wait for thread to finish. | |
return | System.Threading |
public TryForceTerminate ( |
||
workerThread | The worker thread. | |
return | bool |