Retrieves a connection from the pool. Make sure to close the connection when you are done with it.
GetConnectionAsync (EventNameAsString)
Asynchronously gets a SQL connection. This method is useful in UI applications as it prevents the main thread from freezing until the connection is available. The ConnectionReady event will be raised when the connection is ready.