Click or drag to resize
TriggerWorker Constructor (TriggerOptions, ActionTriggerOptions)
Constructor.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 8.2.23
Syntax
C#
public TriggerWorker(
	TriggerOptions options,
	Action<TriggerOptions> loadOptions
)

Parameters

options
Type: CMS.AutomationTriggerOptions
Options.
loadOptions
Type: SystemActionTriggerOptions
Additionally load options in created thread.
See Also