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: 11.0.0
Syntax
C#
public 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