SynchronizationInfoProvider DeleteInstanceGlobalTasks Method Kentico 8.0 API Reference
Deletes all synchronizations records for given server (instance) name except the given server. Global synchronization tasks are created for all servers. This method deletes records for all servers with given server name except one.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

taskId
Type: OnlineSystem Int32
Task identifier
serverName
Type: OnlineSystem String
Name of staging server (instance name)
excludeServerId
Type: OnlineSystem Int32
Identifier of staging server to be excluded (current server)
See Also