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