The MySqlConnection.ClearPool method in C# is used to reset the connection pool associated with the specified MySqlConnection object. This method clears the pool of any unused connections, allowing them to be garbage collected. It is useful in scenarios where there may be a need to refresh the pool or release any unused resources.
C# (CSharp) MySqlConnection.ClearPool - 30 examples found. These are the top rated real world C# (CSharp) examples of MySqlConnection.ClearPool extracted from open source projects. You can rate examples to help us improve the quality of examples.