Click or drag to resize

ISyncEventsSink Interface

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

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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