Click or drag to resize

SyncJobChange Constructor

Initializes a new instance of the SyncJobChange class.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public SyncJobChange(
	SyncJob job,
	StateSyncJobChange stateJobChange
)

Parameters

job
Type: callback.ShellBoost.Core.SynchronizationSyncJob
The job.
stateJobChange
Type: callback.ShellBoost.Core.SynchronizationStateSyncJobChange
The state job change.
Exceptions
ExceptionCondition
ArgumentNullException job is null or stateJobChange is nul.
See Also