Click or drag to resize
BaseIntegrationConnectorProcessInternalTaskAsync Method (GeneralizedInfo, TranslationHelper, TaskTypeEnum, TaskDataTypeEnum, String, String)
Suitable for implementation of asynchronous outcoming object processing. Identifiers of object are already prepared to match external application.

Namespace: CMS.SynchronizationEngine
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 11.0.0
Syntax
C#
public virtual IntegrationProcessResultEnum ProcessInternalTaskAsync(
	GeneralizedInfo infoObj,
	TranslationHelper translations,
	TaskTypeEnum taskType,
	TaskDataTypeEnum dataType,
	string siteName,
	out string errorMessage
)

Parameters

infoObj
Type: CMS.DataEngineGeneralizedInfo
Object to process
translations
Type: CMS.DataEngineTranslationHelper
Translation helper object containing translations for given object
taskType
Type: CMS.DataEngineTaskTypeEnum
Type of task
dataType
Type: CMS.SynchronizationTaskDataTypeEnum
Type of data
siteName
Type: SystemString
Name of site
errorMessage
Type: SystemString
Possible error message

Return Value

Type: IntegrationProcessResultEnum
Processing result
See Also