Adds given action to the CMSWorkerQueue as an ActionWorker.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- action
- Type: System Action
Action to put into CMSWorkerQueue
- duplicityKey (Optional)
- Type: System String
A duplicity key under which to store the action into CMSWorkerQueue
Exceptions
Exception | Condition |
---|---|
System ArgumentNullException | action is null |
See Also