Click or drag to resize
SynchronizationInfoProvider.DeleteInstanceGlobalTasks 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.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 10.0.0
Syntax
C#
public static void DeleteInstanceGlobalTasks(
	ICollection<int> taskIds,
	ServerInfo server
)

Parameters

taskIds
Type: System.Collections.Generic.ICollection<Int32>
Task identifier
server
Type: CMS.Synchronization.ServerInfo
Server on which the tasks were processed
Remarks
See Also