Click or drag to resize
IntegrationTaskHandler.StartEvent Method (IntegrationTaskInfo, BaseInfo)
Initiates the event handling

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 10.0.0
Syntax
C#
public IntegrationTaskHandler StartEvent(
	IntegrationTaskInfo task,
	BaseInfo infoObj
)

Parameters

task
Type: CMS.Synchronization.IntegrationTaskInfo
Task object
infoObj
Type: CMS.DataEngine.BaseInfo
Task object

Return Value

Type: IntegrationTaskHandler
See Also