Limit capacity checking enabled for active connections to MVSP server in pool


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

Syntax

Visual Basic (Declaration)
Public Property PoolLimitable As Boolean
C#
public bool PoolLimitable { get; set; }
C++
public property bool PoolLimitable sealed  {
    bool get();
    void set(bool value);
}
J#
/** property */
public bool get_PoolLimitable();

/** property */
public void set_PoolLimitable(bool value);
JScript
public function get PoolLimitable() : bool

public function set PoolLimitable(value : bool);

Property Value

True if checking for limit capacity on active connections in pool.

See Also