Click or drag to resize

ISyncStateProviderDeleteJobChanges Method

Deletes a 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 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