The IXThread type exposes the following members.

Methods

  NameDescription
Abort
Aborts the thread.
CheckAbort
Tests whether is necessary to abort the thread.
JoinOverloaded.
StartOverloaded.

Properties

  NameDescription
Info
Returns a parameter from the thread start.
Name
Gets or sets the thread name.

Events

  NameDescription
ExitThread
Raises when the thread is exiting.
StartThread
Raises when the thread is starting.

See Also