SyncManagerProcessTask Method (TaskTypeEnum, String, String, String) |
Processes the given task.
Namespace: CMS.SynchronizationAssembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 12.0.0
Syntax public ICMSObject ProcessTask(
TaskTypeEnum taskType,
string taskObjectType,
string taskData,
string taskBinaryData
)
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
Return Value
Type:
ICMSObjectSee Also