Minimum number of connections to MVSP server that the pool must contain


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

Syntax

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

/** property */
public void set_MinCapacity(int value);
JScript
public function get MinCapacity() : int

public function set MinCapacity(value : int);

Property Value

Integer containing the minimum number of connections to the MVSP server that the pool must contain.

See Also