ThreadDebug Class |
Namespace: CMS.Base
public static class ThreadDebug
The ThreadDebug type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | FinishedThreadItems |
Gets the List of finished threads. This property is intended for internal use only.
|
![]() ![]() | LiveThreadItems |
Gets the List of currently running threads. This property is intended for internal use only.
|
![]() ![]() | MaxFinishedThreadsLogged |
Maximum number of finished threads that should be logged by the system.
|
Name | Description | |
---|---|---|
![]() ![]() | ThreadFinished |
Proceeds the necessary actions when the thread finished
|
![]() ![]() | ThreadStarted |
Registers the thread to the thread list
|