Click or drag to resize
ThreadDebugLiveThreadItems Property
Gets the List of currently running threads. This property is intended for internal use only.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static List<ThreadDebugItem> LiveThreadItems { get; }

Property Value

Type: ListThreadDebugItem
See Also