The XPoolThread type exposes the following members.

Properties

  NameDescription
Info
Returns a parameter from the thread start.
(Inherited from XThreadBase.)
IsCurrent
Returns if the thread is just running.
(Overrides XThreadBase..::.IsCurrent.)
IsStarted
Returns if the thread is started.
(Inherited from XThreadBase.)
IsSuspended
Returns if the thread is suspended.
(Inherited from XThreadBase.)
Name
Gets or sets the thread name.
(Inherited from XThreadBase.)
SyncRoot (Inherited from XThreadBase.)

See Also