Name | Description | |
---|---|---|
![]() | IsRunning | Indicates whether the thread is running. |
![]() | ShouldTerminate | Indicates whether termination has been requested. |
![]() | TerminateEvent | Event that is set when termination is requested. |
![]() | ThreadId | |
![]() | ThreadName |
The following tables list the members exposed by ThreadBase.
Name | Description | |
---|---|---|
![]() | IsRunning | Indicates whether the thread is running. |
![]() | ShouldTerminate | Indicates whether termination has been requested. |
![]() | TerminateEvent | Event that is set when termination is requested. |
![]() | ThreadId | |
![]() | ThreadName |
Name | Description | |
---|---|---|
![]() | GetApartmentState | |
![]() | SetApartmentState | |
![]() | Start | Starts the thread |
![]() | Terminate | Instructs the thread to terminate and waits for the specified number of milliseconds for the thread to finish processing. |
![]() | WaitForCompletion | Waits for the specified number of milliseconds for the thread to execute. |
![]() | Wake | Signals the thread to wake if it is sleeping. |
Name | Description | |
---|---|---|
![]() | ThreadFinished |