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:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
void DeleteJobs(
	Guid jobId
)

Parameters

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