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

Namespace: CMS.Synchronization
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual ICMSObject ProcessTaskInternal(
	TaskTypeEnum taskType,
	string taskObjectType,
	string taskData,
	string taskBinaryData,
	bool processChildren,
	StagingSynchronizationHandler handler
)

Parameters

taskType
Type: CMS.DataEngineTaskTypeEnum
Type of the task
taskObjectType
Type: SystemString
Task object type
taskData
Type: SystemString
Document/object data for the synchronization task
taskBinaryData
Type: SystemString
Binary data for the synchronization task
processChildren
Type: SystemBoolean
Indicates if also child objects should be processed
handler
Type: CMS.SynchronizationStagingSynchronizationHandler
Synchronization handler

Return Value

Type: ICMSObject
See Also