Click or drag to resize

ISyncStateProviderSaveJob Method

Saves a job.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
void SaveJob(
	StateSyncJob job
)

Parameters

job
Type: ShellBoost.Core.SynchronizationStateSyncJob
The job.
See Also