DOFConnectiongetRelatedServer Method OpenDOF Object Access Library
Return the server that was created using DOFServer.createConnection.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public DOFServer getRelatedServer()

Return Value

Type: DOFServer
The server associated with this connection. This may be null if this connection has no associated server.
Remarks

Return the server that was created using DOFServer.createConnection. This a called a "Related Server". This connection is typically used as the underlying server for the Hub's group connection in a Hub and Point configuration.
See Also

Reference