Click or drag to resize

ISyncStateProviderDeleteJobs Method

Deletes a job and its associated job changes, or delete all jobs if no parameter is set.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
void DeleteJobs(
	Guid jobId
)

Parameters

jobId
Type: SystemGuid
The job identifier or Guid.Empty to delete all jobs.
See Also