Click or drag to resize

ISyncStateProvider2 Interface

Defines a state provider for 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 ISyncStateProvider2

The ISyncStateProvider2 type exposes the following members.

Methods
  NameDescription
Public methodEnumerateChanges
Enumerates all changes by a given file path.
Public methodEnumerateJobsByEndPoint
Enumerates all jobs for a given target endpoint synchronizer.
Public methodGetEntryByName
Gets an entry using its parent and name.
Public methodIsIdle
Determines whether this instance has no StateSyncJob and no StateSyncChange instance.
Top
See Also