Click or drag to resize
SyncLogInfoProviderDeleteSyncLogInfo Method (Int32, Int32)
Deletes specified SyncLog records. When one of the IDs is 0, all records that match the specified ID will be deleted. When both IDs are 0, all records will be deleted.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
public static void DeleteSyncLogInfo(
	int taskId,
	int serverId
)

Parameters

taskId
Type: SystemInt32
Task ID
serverId
Type: SystemInt32
Server ID
See Also