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