Click or drag to resize

ISyncFileSystemSynchronizationEventsSinkOnSavedJob Method

Called when a job has been written.

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

Parameters

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