Click or drag to resize

MultiPointSynchronizerAddEndPoint Method

Adds a endpoint.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual EndPointSynchronizer AddEndPoint(
	string identifier,
	ISyncFileSystem fileSystem,
	EndPointSynchronizerOptions options = null
)

Parameters

identifier
Type: SystemString
The endpoint identifier.
fileSystem
Type: callback.ShellBoost.Core.SynchronizationISyncFileSystem
The endpoint associated file system instance.
options (Optional)
Type: callback.ShellBoost.Core.SynchronizationEndPointSynchronizerOptions
The options.

Return Value

Type: EndPointSynchronizer
An endpoint instance.
Exceptions
ExceptionCondition
ArgumentNullException identifier is null or fileSystem is null.
See Also