Click or drag to resize

MultiPointSynchronizerSyncEventsSink Constructor

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public SyncEventsSink(
	MultiPointSynchronizer multiPointSynchronizer,
	EndPointSynchronizer synchronizer
)

Parameters

multiPointSynchronizer
Type: ShellBoost.Core.SynchronizationMultiPointSynchronizer
The multi-point synchronizer.
synchronizer
Type: ShellBoost.Core.SynchronizationEndPointSynchronizer
The synchronizer.
Exceptions
ExceptionCondition
ArgumentNullException multiPointSynchronizer is null or synchronizer is null.
See Also