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


The following tables list the members exposed by PickPool.

Public Constructors

  Name Description
Public method PickPool Create pool object used for maintaining connections to MVSP server
Top

Public Properties

  Name Description
Public property AcctName Account name of account to log to on MVSP server
Public property AcctPassword Password for account name of account to log to on MVSP server
Public property ConnectionPoolingSupported Connection pool supported on MVSP server
Public property LimitCapacity Maximum number of active connections to MVSP server that the pool may contain
Public property MaxCapacity Maximum number of connection to MVSP server that the pool may contain
Public property MaxWaitTime Wait timeout value in milliseconds
Public property MinCapacity Minimum number of connections to MVSP server that the pool must contain
Public property NegotiationTimeout Negotiation timeout value in seconds
Public property PoolLimitable Limit capacity checking enabled for active connections to MVSP server in pool
Public property PoolOpen Connection pool currently open
Public property StatusCode Status code from the last operation performed
Public property StatusMessage Status message from the last operation performed
Top

Public Methods

  Name Description
Public method ClearStats Clear connection pool statistics
Public method ClosePool Close pool for connections to MVSP server
Public method Equals Determines whether the specified Object is equal to the current Object. (inherited from Object)
Public method GetConnectInfo 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).
Public method GetConnection Get connection to the MVSP server
Public method GetHashCode Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (inherited from Object)
Public method GetStats Overloaded. Get connection pool statistics
Public method GetType Gets the Type of the current instance. (inherited from Object)
Public method OpenPool Overloaded. Open pool for connections to MVSP server
Public method ReleaseConnection Release connection to the MVSP server
Public method ToString Returns a String that represents the current Object. (inherited from Object)
Top

Protected Methods

  Name Description
Family method Finalize Overridden. Delete pool object used for maintaining connections to MVSP server
Family method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object)
Top

See Also