Click or drag to resize
ThreadDebugLiveThreads Property

Note: This API is now obsolete.

List of live threads.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("This collection is not used. Use LiveThreadItems instead.")]
public static List<CMSThread> LiveThreads { get; }

Property Value

Type: ListCMSThread
See Also