Miner.System Assembly > Miner.Threading Namespace : WorkerThread Class |
The following tables list the members exposed by WorkerThread.
Name | Description | |
---|---|---|
![]() | WorkerThread Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | IsAlive | |
![]() | IsTerminating | |
![]() | Name | Assigns or reads the name of the underlying thread |
![]() | Terminated | Provides a waitable handle representing the underlying thread. You can combine the handle in wait operations with other handles. The handle is signaled when the thread terminates. |
![]() | Thread | Returns the underlying Thread object, for calling Suspend(), Resume(), etc. |
Name | Description | |
---|---|---|
![]() | Dispose | |
![]() | GetHashCode | Returns the same hash code as the underlying thread. |
![]() | Join | Overloaded. Blocks the calling thread until the underlying thread terminates. |
![]() | Kill | Stops the underlying thread (it does not kill the thread!) |
![]() | Start | Starts the underlying thread. |