Class ThreadItems
Thread items collection.
public class ThreadItems
- Inheritance
-
objectThreadItems
- Extension Methods
Properties
CurrentItems
Current items collection.
public static IThreadContextItems CurrentItems { get; }
Property Value
ReadOnlyCurrentItems
Current items collection for read-only purposes, returns null if the items were not yet registered.
public static IThreadContextItems ReadOnlyCurrentItems { get; }
Property Value
Methods
EnsureItems(CMSThread)
Ensures the items collection of the given thread.
public static void EnsureItems(CMSThread thread = null)
Parameters
thread
CMSThreadThread for which to ensure the items. Pass null for current thread.