Click or drag to resize

SyncEntrySource Constructor

Initializes a new instance of the SyncEntrySource class.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public SyncEntrySource(
	EndPointSynchronizer synchronizer,
	StateSyncEntry entry
)

Parameters

synchronizer
Type: ShellBoost.Core.SynchronizationEndPointSynchronizer
The synchronizer.
entry
Type: ShellBoost.Core.SynchronizationStateSyncEntry
The entry.
Exceptions
ExceptionCondition
ArgumentNullException synchronizer is null or entry is null.
See Also