BaseIntegrationConnectorProcessExternalTask Method (Object, IntegrationProcessTypeEnum, TaskTypeEnum, TaskDataTypeEnum, String) |
Processes incoming task.
Namespace: CMS.SynchronizationEngineAssembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 13.0.131
Syntax public override void ProcessExternalTask(
Object obj,
IntegrationProcessTypeEnum result,
TaskTypeEnum taskType,
TaskDataTypeEnum dataType,
string siteName
)
Parameters
- obj
- Type: SystemObject
Object or document to process (either already prepared ICMSObject or raw external object) - result
- Type: CMS.SynchronizationIntegrationProcessTypeEnum
What to do if the processing fails - taskType
- Type: CMS.DataEngineTaskTypeEnum
Type of task - dataType
- Type: CMS.SynchronizationTaskDataTypeEnum
Type of input data - siteName
- Type: SystemString
Name of the target site
See Also