Click or drag to resize
SyncLogInfoProviderDeleteSyncLogInfoInternal Method (Int32, Int32)
Deletes specified SyncLog records. When one of the IDs is 0, all records that match the specified ID value 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#
protected virtual void DeleteSyncLogInfoInternal(
	int taskId,
	int serverId
)

Parameters

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