Click or drag to resize

EndPointSynchronizer Constructor

Initializes a new instance of the EndPointSynchronizer class.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public EndPointSynchronizer(
	MultiPointSynchronizer multipointSynchronizer,
	string identifier,
	ISyncFileSystem fileSystem,
	EndPointSynchronizerOptions options = null
)

Parameters

multipointSynchronizer
Type: ShellBoost.Core.SynchronizationMultiPointSynchronizer
The multi-point synchronizer.
identifier
Type: SystemString
The endpoint identifier. It must be very stable and globally unique for a given installation.
fileSystem
Type: ShellBoost.Core.SynchronizationISyncFileSystem
The file system implementation.
options (Optional)
Type: ShellBoost.Core.SynchronizationEndPointSynchronizerOptions
The options.
See Also