OnDemandLocalFileSystemUpdateAllEntriesStates Method |
Updates all entries on-demand states.
This must be called only when the MultiPointSynchronizer is started.
Namespace:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public virtual void UpdateAllEntriesStates(
bool throwOnError = true
)
Parameters
- throwOnError (Optional)
- Type: SystemBoolean
true to throw error; otherwise false.
See Also