The XThreadBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | XThreadBase | Overloaded. |
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.) |
Properties
Name | Description | |
---|---|---|
![]() | Info |
Returns a parameter from the thread start.
|
![]() | IsCurrent |
Returns if the thread is just running.
|
![]() | IsStarted |
Returns if the thread is started.
|
![]() | IsSuspended |
Returns if the thread is suspended.
|
![]() | Name |
Gets or sets the thread name.
|
![]() | SyncRoot |
Events
Name | Description | |
---|---|---|
![]() | ExitThread |
The event is raised when thread exits.
|
![]() | StartThread |
The event is raised when thread starts.
|