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: 8.2.23
Syntax
C#
public static class ThreadDebug

The ThreadDebug type exposes the following members.

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