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 virtual T setConnectionLimit( int connectionLimit )
Parameters
- connectionLimit
- Type: SystemInt32
The connection limit. Must be >= 0. Default is DOF.UNLIMITED .
Return Value
Type: TThe builder.
Remarks
See Also