Returns connection information for checked in and checked out entries in connection pool and user licensed connections that are not contained in the pool when the connection pool is disabled (maximum capacity = 0).


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

Syntax

Visual Basic (Declaration)
Public Function GetConnectInfo() As String
C#
public string GetConnectInfo()
C++
public:
 String GetConnectInfo() sealed 
J#
public string GetConnectInfo()
JScript
public  function GetConnectInfo() : String

Return Value

String containing connection pool information (server port and checked out flag) for entries in connection pool
or connection information (server port and user licensed value (-1)) for user licensed connections when the connection pool is disabled

See Also