Connection pool currently open


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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property PoolOpen As Boolean
C#
public bool PoolOpen { get; }
C++
public property bool PoolOpen sealed  {
    bool get();
}
J#
/** property */
public bool get_PoolOpen();
JScript
public function get PoolOpen() : bool

Property Value

True if connection pool is open and maintains connections to the MVSP server

See Also