Click or drag to resize
StagingTaskInfoProviderLogSynchronizationInternal Method
Logs the synchronization task for the given object.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 8.2.23
Syntax
C#
protected virtual StagingTaskInfo LogSynchronizationInternal(
	GeneralizedInfo infoObj,
	TaskTypeEnum taskType,
	string siteName,
	int siteId,
	int serverId
)

Parameters

infoObj
Type: CMS.DataEngineGeneralizedInfo
Object to log
taskType
Type: CMS.DataEngineTaskTypeEnum
Task type
siteName
Type: SystemString
Object site name
siteId
Type: SystemInt32
Site ID of the servers to synchronize
serverId
Type: SystemInt32
Server ID to synchronize

Return Value

Type: StagingTaskInfo
Returns new synchronization task
See Also