This class is used to maintain statistics on the pool of connections to MVSP server


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

Syntax

Visual Basic (Declaration)
Public Class PoolStats
C#
public class PoolStats
C++
ref class PoolStats
J#
public class PoolStats
JScript
public class PoolStats

Inheritance Hierarchy

System.Object
   rocketsoftware.MVSP.PoolStats

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also