MultiPointSynchronizerGetEndPoint Method |
Gets an endpoint using its identifier.
Namespace:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public EndPointSynchronizer GetEndPoint(
string identifier
)
Parameters
- identifier
- Type: SystemString
The endpoint identifier.
Return Value
Type:
EndPointSynchronizerAn endpoint instance or null if it was not found.
Exceptions See Also