Click or drag to resize
StagingTaskRunner Constructor
Initializes helper for synchronization.

Namespace: CMS.Synchronization
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 12.0.0
Syntax
C#
public StagingTaskRunner(
	int serverId = -1,
	int siteId = 0,
	Action<string> logCallback = null
)

Parameters

serverId (Optional)
Type: SystemInt32
ID of synchronized server (zero for all servers)
siteId (Optional)
Type: SystemInt32
ID of synchronized site.
logCallback (Optional)
Type: SystemActionString
Callback to be called
See Also