OracleConnection.ClearPool(OracleConnection) Method

Definition

Empties the connection pool associated with the specified connection.

public:
 static void ClearPool(System::Data::OracleClient::OracleConnection ^ connection);
public static void ClearPool (System.Data.OracleClient.OracleConnection connection);
static member ClearPool : System.Data.OracleClient.OracleConnection -> unit
Public Shared Sub ClearPool (connection As OracleConnection)

Parameters

connection
OracleConnection

The OracleConnection to be cleared from the pool.

Remarks

ClearPool method clears the connection pool that is associated with connection. If additional connections associated with connection are in use at the time of the call, they are marked appropriately and are discarded when Close is called on them.

Applies to