CMSWorkerQueueQueueWorker Method (AbstractWorker) |
Adds the given worker to the queue for current request. The workers get executed upon the end of current request or thread or explicit call to RunQueuedWorkers.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax public static void QueueWorker(
AbstractWorker worker
)
Parameters
- worker
- Type: CMS.BaseAbstractWorker
Worker to add
See Also