Click or drag to resize
IntegrationTaskInfoProviderLogInternalIntegrationInternal Method
Logs the integration task for the given object.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
protected virtual IntegrationTaskInfo LogInternalIntegrationInternal(
	GeneralizedInfo infoObj,
	TaskTypeEnum taskType,
	TaskProcessTypeEnum taskProcessType,
	int siteId,
	List<string> connectorNames
)

Parameters

infoObj
Type: CMS.DataEngineGeneralizedInfo
Object to log
taskType
Type: CMS.DataEngineTaskTypeEnum
Task type
taskProcessType
Type: CMS.SynchronizationTaskProcessTypeEnum
Processing type
siteId
Type: SystemInt32
Task site identifier
connectorNames
Type: System.Collections.GenericListString
Integration connector names for which to log the synchronization (nothing is logged when no connector is specified)

Return Value

Type: IntegrationTaskInfo
Returns new integration task
See Also