Click or drag to resize

EndPointSynchronizerDeleteJob Method

Deletes a job.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected virtual void DeleteJob(
	SyncJob job
)

Parameters

job
Type: ShellBoost.Core.SynchronizationSyncJob
The job.
Exceptions
ExceptionCondition
ArgumentNullExceptionjob is null.
See Also