Click or drag to resize

SyncJobChange Constructor

Initializes a new instance of the SyncJobChange class.

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

Parameters

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