Click or drag to resize

MultiPointSynchronizerRemoveEndPoint Method

Removes a endpoint. It's not recommended to remove an endpoint.

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

Parameters

identifier
Type: SystemString
The endpoint identifier.
options (Optional)
Type: callback.ShellBoost.Core.SynchronizationEndPointSynchronizerOptions
The options.

Return Value

Type: Boolean
true if an endpoint was removed; otherwise false.
Exceptions
ExceptionCondition
ArgumentNullExceptionidentifier is null.
See Also