Click or drag to resize

ISyncFileSystemSynchronizationEventsSinkOnSavedJob Method

Called when a job has been written.

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

Parameters

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