Click or drag to resize

SyncJob Constructor

Initializes a new instance of the SyncJob class.

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

Parameters

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