The XThreadBase type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Abort |
Aborts the thread.
|
![]() | AbortWait |
Implements the thread abort from different threads.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | GetType | Gets the Type of the current instance. |
![]() | CheckAbort |
Tests whether is necessary to abort the thread.
|
![]() | Join | Overloaded. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. |
![]() | OnExitThread |
Method is called when the thread is exiting.
|
![]() | OnStartThread |
Method is called when the thread is starting.
|
![]() | Resume |
Resumes the suspended thread.
|
![]() | Start | Overloaded. |
![]() | StartImpl |
Implements a thread start.
|
![]() | Suspend |
Suspends the thread.
|
![]() | ThreadProcedure |
Raises a code of the thread running.
|
![]() | ToString | (Inherited from Object.) |