Click or drag to resize
CMSWorkerQueueRunWorkers Method
Runs the threads in current instance

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
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