Click or drag to resize
StagingHelperLogSynchronizationError Method
Logs the synchronization error.

Namespace: CMS.Synchronization
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 9.0.0
Syntax
C#
public static void LogSynchronizationError(
	int taskId,
	int serverId,
	string result
)

Parameters

taskId
Type: SystemInt32
Task ID
serverId
Type: SystemInt32
Server ID
result
Type: SystemString
Result
See Also