Click or drag to resize

MultiPointSynchronizerNewEventSink Method

Creates a new ISyncEventsSink.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected virtual ISyncEventsSink NewEventSink(
	EndPointSynchronizer synchronizer
)

Parameters

synchronizer
Type: ShellBoost.Core.SynchronizationEndPointSynchronizer
The synchronizer.

Return Value

Type: ISyncEventsSink
An instance of the ISyncEventsSink interface.
See Also