This function returns whether connection pooling is supported on the MVSP server.


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

Syntax

Visual Basic (Declaration)
Public Function ConnectionPoolingSupported() As Boolean
C#
public bool ConnectionPoolingSupported()
C++
public:
 bool ConnectionPoolingSupported() sealed 
J#
public bool ConnectionPoolingSupported()
JScript
public  function ConnectionPoolingSupported() : bool

Return Value

True if connection pooling is supported on the MVSP Server

See Also