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: 9.0.0
Syntax
C#
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