Click or drag to resize

MultiPointSynchronizerEndPoints Property

Gets a list of added endpoints.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public IReadOnlyList<EndPointSynchronizer> EndPoints { get; }

Property Value

Type: IReadOnlyListEndPointSynchronizer
The endpoints.
See Also