Click or drag to resize

MultiPointSynchronizerNewEventSink Method

Creates a new ISyncEventsSink.

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

Parameters

synchronizer
Type: callback.ShellBoost.Core.SynchronizationEndPointSynchronizer
The synchronizer.

Return Value

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