ThreadQueueWorker<TItem, TWorker>.Enqueue Method |
Adds new item to processing queue.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntaxpublic void Enqueue(
TItem newItem,
bool ensureThread = true
)
Parameters
- newItem
- Type: TItem
Adds the item to the queue - ensureThread (Optional)
- Type: System.Boolean
If true, the processing thread is ensured
See Also