This class is used to maintain a pool of connections to MVSP server


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

Syntax

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

Inheritance Hierarchy

System.Object
   rocketsoftware.MVSP.PickPool

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