DOFRuntimegetConnectionCount Method OpenDOF Object Access Library
Gets the total number of 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 short getConnectionCount()

Return Value

Type: Int16
The total number of open connections.
Remarks

Gets the total number of connections, both inbound and outbound, that are currently open.
See Also

Reference