Click or drag to resize
CMSWorkerQueueQueueWorker Method (Action, String)
Adds given action to the CMSWorkerQueue as an ActionWorker.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static void QueueWorker(
	Action action,
	string duplicityKey = null
)

Parameters

action
Type: SystemAction
Action to put into CMSWorkerQueue
duplicityKey (Optional)
Type: SystemString
A duplicity key under which to store the action into CMSWorkerQueue
Exceptions
ExceptionCondition
ArgumentNullExceptionaction is null
See Also