Click or drag to resize
ThreadQueueWorkerTItem, TWorkerEnqueue Method
Adds new item to processing queue

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static void Enqueue(
	TItem newItem,
	bool ensureThread = true
)

Parameters

newItem
Type: TItem
Adds the item to the queue
ensureThread (Optional)
Type: SystemBoolean
If true, the processing thread is ensured
See Also