Click or drag to resize
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.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 11.0.0
Syntax
C#
protected virtual void DeleteInstanceGlobalTasksInternal(
	ICollection<int> taskIds,
	ServerInfo server
)

Parameters

taskIds
Type: System.Collections.GenericICollectionInt32
Task identifier
server
Type: CMS.SynchronizationServerInfo
Server on which the tasks were processed
Remarks
See Also