Click or drag to resize
StagingLogTaskHandlerStartEvent Method (StagingTaskInfo, BaseInfo)
Initiates the event handling

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

Parameters

task
Type: CMS.SynchronizationStagingTaskInfo
Task object
infoObj
Type: CMS.DataEngineBaseInfo
Info object

Return Value

Type: StagingLogTaskHandler
See Also