ISyncStateProviderDeleteJobChanges Method |
Deletes a 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 DeleteJobChanges(
Guid jobId,
long changeId
)
Parameters
- jobId
- Type: SystemGuid
The job identifier or Guid.Empty to delete all the job changes. - changeId
- Type: SystemInt64
The change identifier or 0 to delete all the job changes for a given job.
See Also