Get connection pool statistics


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

Syntax

Visual Basic (Declaration)
Public Sub GetStats( _ 
   ByRef Stats As PoolStats _ 
)
C#
public void GetStats(
   ref PoolStats Stats
)
C++
public:
 void GetStats(
   PoolStats% Stats
) sealed 
J#
public void GetStats(
   PoolStats Stats
)
JScript
public  function GetStats(
   Stats : PoolStats
)

Parameters

Stats
is an object containing all statistics variables

See Also