Click or drag to resize
SyncManagerProcessTaskInternal Method
Processes the given task.

Namespace: CMS.Synchronization
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 11.0.0
Syntax
C#
protected virtual ICMSObject ProcessTaskInternal(
	IStagingTaskData stagingTaskData,
	bool processChildren,
	StagingSynchronizationHandler handler
)

Parameters

stagingTaskData
Type: CMS.SynchronizationIStagingTaskData
StagingTaskData for processing
processChildren
Type: SystemBoolean
Indicates if also child objects should be processed
handler
Type: CMS.SynchronizationStagingSynchronizationHandler
Synchronization handler

Return Value

Type: ICMSObject
See Also