Maximum number of active connections to MVSP server that the pool may contain


Namespace: rocketsoftware.MVSP
Assembly: RocketMVSP (in RocketMVSP.dll)

Syntax

Visual Basic (Declaration)
Public Property LimitCapacity As Integer
C#
public int LimitCapacity { get; set; }
C++
public property int LimitCapacity sealed  {
    int get();
    void set(int value);
}
J#
/** property */
public int get_LimitCapacity();

/** property */
public void set_LimitCapacity(int value);
JScript
public function get LimitCapacity() : int

public function set LimitCapacity(value : int);

Property Value

Integer containing the maximum number of active connections to the MVSP server that the pool may contain.

See Also