Click or drag to resize

OnDemandLocalFileSystem.UpdateAllEntriesStates 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: System.Boolean
true to throw error; otherwise false.
See Also