LocalFileSystemIsAlwaysSynchronized Method |
Determines whether this instance's entries are always synchronized.
Namespace:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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