LocalFileSystemIsAlwaysSynchronized Method |
Determines whether this instance's entries are always synchronized.
Namespace:
callback.ShellBoost.Core.Synchronization
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax protected virtual bool? IsAlwaysSynchronized(
out IReadOnlyList<EndPointSynchronizer> endPoints
)
Parameters
- endPoints
- Type: System.Collections.GenericIReadOnlyListEndPointSynchronizer
The endpoints that must be checked for synchronization. Only meaningful if the return value is false.
Return Value
Type:
NullableBooleannull if no other endpoints exists,
true if this instance's entries are always synchronized; otherwise,
false.
See Also