Click or drag to resize

SyncJob Constructor

Initializes a new instance of the SyncJob class.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public SyncJob(
	EndPointSynchronizer endPointSynchronizer,
	StateSyncJob jobState
)

Parameters

endPointSynchronizer
Type: callback.ShellBoost.Core.SynchronizationEndPointSynchronizer
The endpoint synchronizer.
jobState
Type: callback.ShellBoost.Core.SynchronizationStateSyncJob
State of the job.
Exceptions
ExceptionCondition
ArgumentNullException endPointSynchronizer is null or jobState is null.
See Also