DOFStategetConnectionLimit Method OpenDOF Object Access Library
Gets the maximum number of connections, both inbound and outbound, that a DOF currently supports.

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

C#
int getConnectionLimit()

Return Value

Type: Int32
The maximum number of connections, both inbound and outbound, that a DOF currently supports.
Remarks

Gets the maximum number of connections, both inbound and outbound, that a DOF currently supports. This value may change through use of DOF.setConnectionLimit(int) .
See Also

Reference

Builder.setConnectionLimit(int)