ISyncStateProviderDeleteChanges Method |
Deletes the changes and the associated job changes. Both parameters can be unset.
Namespace:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax 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