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.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- taskId
- Type: System Int32
Task identifier
- serverName
- Type: System String
Name of staging server (instance name)
- excludeServerId
- Type: System Int32
Identifier of staging server to be excluded (current server)
See Also