Closes all unused connections in all connection pools.
public void FlushConnectionPool();
Remarks
This method will close all unused connections in all connection pools. Note that the connection pool is application-wide, so this will close all unused connections in the application.
See Also