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: DOFServerThe server associated with this connection. This may be null if this connection has no associated server.
Remarks
See Also