Click or drag to resize

OnDemandLocalFileSystemUpdateAllEntriesStates Method

Updates all entries on-demand states. This must be called only when the MultiPointSynchronizer is started.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual void UpdateAllEntriesStates(
	bool throwOnError = true
)

Parameters

throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.
See Also