CMSWorkerQueueRunWorkers Method |
Runs the threads in current instance
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax protected void RunWorkers(
bool waitForNext
)
Parameters
- waitForNext
- Type: SystemBoolean
If true, the process waits for the next threads to be executed, otherwise, it creates an asynchronous waiting thread for next operations.
See Also