JamThread Methods |
The JamThread type exposes the following members.
Name | Description | |
---|---|---|
Abort |
Stops the thread by calling Abort, this usually terminates the thread.
Use this function with caution, aborting a thread while it holds a mutex can cause dead-locks.
ThreadAbortException for further details.
| |
Dispose |
Implementation of IDisposable
| |
Dispose(Boolean) |
Releases ressources.
| |
Join |
Joins the thread.
| |
Stop |
Stops the thread and indefinitely waits until the processing finished
| |
Stop(Int32) |
Stops the processing of items, the thread finishes.
|