AbstractIntegrationConnectorProcessExternalTask Method |
Processes incoming task.
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 13.0.131
Syntax public abstract 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