Click or drag to resize
SynchronizationInfoProviderDeleteInstanceGlobalTasksInternal 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.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 13.0.131
Syntax
C#
protected virtual void DeleteInstanceGlobalTasksInternal(
	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