The ThreadBase type exposes the following members.

Properties

  NameDescription
Public propertyStatic memberCurrentThread
Returns the currently ThreadBase instance which is running in this thread.
Public propertyIsAlive
Returns true if the thread is working.
Public propertyShouldStop
Returns true if the thread should stop working.

See Also