| CMSWorkerQueueQueueWorker Method |
| Name | Description | |
|---|---|---|
| QueueWorker(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.
| |
| QueueWorker(Action, String) |
Adds given action to the CMSWorkerQueue as an ActionWorker.
|