[TIBCO.EMS .NET Admin client library 5.1 documentation]

Get the maximum number of connections this server will allow.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public int MaxConnections { get; }
Public ReadOnly Property MaxConnections As Integer
public:
property int MaxConnections {
	int get ();
}

Return Value

the maximum number of connections or zero if not set.

See Also