ThreadDebug MembersKentico 8.1 API Reference
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
Back to Top
Properties

  NameDescription
Public propertyStatic memberFinishedThreadItems
Gets the List of finished threads. This property is intended for internal use only.
Public propertyStatic memberFinishedThreadsObsolete.
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 memberLiveThreadsObsolete.
List of live threads.
Public propertyStatic memberMaxFinishedThreadsLogged
Maximum number of finished threads that should be logged by the system.
Back to Top
See Also