Click or drag to resize

MultiPointSynchronizerSyncEventsSink Class

Defines an event sink implementation.
Inheritance Hierarchy
SystemObject
  ShellBoost.Core.SynchronizationMultiPointSynchronizerSyncEventsSink

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected class SyncEventsSink : ISyncEventsSink

The MultiPointSynchronizerSyncEventsSink type exposes the following members.

Constructors
  NameDescription
Public methodMultiPointSynchronizerSyncEventsSink
Initializes a new instance of the MultiPointSynchronizerSyncEventsSink class.
Top
Properties
  NameDescription
Public propertyMultiPointSynchronizer
Gets the multi-point synchronizer.
Public propertySynchronizer
Gets the endpoint synchronizer.
Top
Methods
  NameDescription
Public methodIsValidChange
Determines whether a change instance is valid.
Public methodOnChange
Called when a change occurs in any file system and must be saved.
Top
See Also