Connection pool supported on MVSP server


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

Syntax

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

Property Value

True if connection pool is supported on the MVSP server

See Also