DOFRuntimegetConnections Method OpenDOF Object Access Library
Gets a collection of all connections, both inbound and outbound, that are currently open.

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

C#
public abstract ICollection<DOFConnection> getConnections()

Return Value

Type: ICollectionDOFConnection
A collection of all connections currently open.
Remarks

Gets a collection of all connections, both inbound and outbound, that are currently open.
See Also

Reference