Click or drag to resize
CMSWorkerQueueAddWorker Method
Adds the given worker to the queue.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
protected void AddWorker(
	AbstractWorker worker
)

Parameters

worker
Type: CMS.BaseAbstractWorker
Worker to add
See Also