SynchronizationInfoProviderDeleteInstanceGlobalTasksInternal Method |
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.2.23
Syntax protected virtual void DeleteInstanceGlobalTasksInternal(
int taskId,
string serverName,
int excludeServerId
)
Parameters
- taskId
- Type: SystemInt32
Task identifier - serverName
- Type: SystemString
Name of staging server (instance name) - excludeServerId
- Type: SystemInt32
Identifier of staging server to be excluded (current server)
See Also