DOFServergetConnections Method OpenDOF Object Access Library
Get the list of connections connected to this server.

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

C#
public IList<DOFConnection> getConnections()

Return Value

Type: IListDOFConnection
The list of connections connected to this server.
Remarks

Get the list of connections connected to this server.
See Also

Reference