Click or drag to resize

OnDemandLocalFileSystemIsAlwaysSynchronized 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
C#
protected override 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: NullableBoolean
null if no other endpoints exists, true if this instance's entries are always synchronized; otherwise, false.
See Also