SynchronizationInfoProviderDeleteInstanceGlobalTasks Method |
Global synchronization tasks are created for all servers.
This method deletes all synchronization records for all servers with the same name as the server.
If server is null, deletes all synchronization records for all servers.
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 13.0.131
Syntax public static void DeleteInstanceGlobalTasks(
ICollection<int> taskIds,
ServerInfo server,
bool deleteFailedTasks = false
)
Parameters
- taskIds
- Type: System.Collections.GenericICollectionInt32
Task identifier - server
- Type: CMS.SynchronizationServerInfo
Server on which the tasks were processed - deleteFailedTasks (Optional)
- Type: SystemBoolean
If set to false, failed synchronization records are not deleted.
Remarks See Also