Click or drag to resize

MultiPointSynchronizerGetEndPoint Method

Gets an endpoint using its identifier.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public EndPointSynchronizer GetEndPoint(
	string identifier
)

Parameters

identifier
Type: SystemString
The endpoint identifier.

Return Value

Type: EndPointSynchronizer
An endpoint instance or null if it was not found.
Exceptions
ExceptionCondition
ArgumentNullExceptionidentifier is null.
See Also