Click or drag to resize

JamThread Methods

The JamThread type exposes the following members.

Methods
 NameDescription
Public methodAbort 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.
Public methodDispose Implementation of IDisposable
Protected methodDispose(Boolean) Releases ressources.
Public methodJoin Joins the thread.
Public methodStop Stops the thread and indefinitely waits until the processing finished
Public methodStop(Int32) Stops the processing of items, the thread finishes.
Top
See Also