close method

bool close()

Closes the connection pool and releases all connections.

Returns true on success, false on failure.

Implementation

bool close() => _backend.poolClose(_poolId);