DOFConfiggetConnectionLimit Method OpenDOF Object Access Library
Gets the maximum number of connections that DOFs created from this DOF.Config will support.

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

C#
public int getConnectionLimit()

Return Value

Type: Int32
The value for maximum connections that is stored in the DOF.Config.
Remarks

Gets the maximum number of connections that DOFs created from this DOF.Config will support.
See Also

Reference