Click or drag to resize
ThreadDebugFinishedThreads Property

Note: This API is now obsolete.

List of the last finished threads.

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

Property Value

Type: ListCMSThread
See Also