SimpleQueueWorkerTEnqueue Method (String, Action) |
Enqueue action with given key.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax public void Enqueue(
string key,
Action action
)
Parameters
- key
- Type: SystemString
Action key. - action
- Type: SystemAction
Action to be enqueued.
See Also