Miner.System Assembly > Miner.Threading Namespace : WorkerThread Class |
For a list of all members of this type, see WorkerThread members.
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. |