Click or drag to resize
IntegrationTaskHandlerStartEvent Method (IntegrationTaskInfo, BaseInfo)
Initiates the event handling

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

Parameters

task
Type: CMS.SynchronizationIntegrationTaskInfo
Task object
infoObj
Type: CMS.DataEngineBaseInfo
Task object

Return Value

Type: IntegrationTaskHandler
See Also