Click or drag to resize
AutomationHandlerStartEvent Method (BaseInfo, AutomationStateInfo)
Initiates the event handling

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 10.0.0
Syntax
C#
public AutomationHandler StartEvent(
	BaseInfo infoObj,
	AutomationStateInfo stateObj
)

Parameters

infoObj
Type: CMS.DataEngineBaseInfo
Object instance
stateObj
Type: CMS.AutomationAutomationStateInfo
State object

Return Value

Type: AutomationHandler
See Also