Click or drag to resize

ISyncEventsSink Interface

Defines an event sink. This interface is implemented by the multi-point synchronizer.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public interface ISyncEventsSink

The ISyncEventsSink type exposes the following members.

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