Click or drag to resize
ThreadDebug Class
Thread debug helper
Inheritance Hierarchy
SystemObject
  CMS.BaseThreadDebug

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
public static class ThreadDebug

The ThreadDebug type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberFinishedThreadItems
Gets the List of finished threads. This property is intended for internal use only.
Public propertyStatic memberLiveThreadItems
Gets the List of currently running threads. This property is intended for internal use only.
Public propertyStatic memberMaxFinishedThreadsLogged
Maximum number of finished threads that should be logged by the system.
Top
Methods
  NameDescription
Public methodStatic memberThreadFinished
Proceeds the necessary actions when the thread finished
Public methodStatic memberThreadStarted
Registers the thread to the thread list
Top
See Also