Click or drag to resize

ISyncStateProviderDeleteChanges Method

Deletes the changes and the associated job changes. Both parameters can be unset.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
void DeleteChanges(
	long changeId,
	ChangeStatus? status
)

Parameters

changeId
Type: SystemInt64
The change identifier or 0 to delete all changes.
status
Type: SystemNullableChangeStatus
The status.
See Also