MySqlConnection.ClearAllPools Method

MySQL Connector/Net

MySqlConnectionClearAllPools Method
Clears all connection pools.

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public static void ClearAllPools()
Public Shared Sub ClearAllPools
public:
static void ClearAllPools()
static member ClearAllPools : unit -> unit 
Remarks

ClearAllPools essentially performs a ClearPool(MySqlConnection) on all current connection pools.

See Also