ThreadQueueWorkerTItem, TWorkerEnqueue Method |
Adds new item to processing queue
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax 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