Set the maximum number of inbound connections that the server can support.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public DOFServerConfigBuilder setConnectionLimit( int connectionLimit )
Parameters
- connectionLimit
- Type: SystemInt32
The max connections. Must be >= 0. Default is DOF.UNLIMITED .
Return Value
Type: DOFServerConfigBuilderThe builder.
Remarks
See Also