poolHealthCheck abstract method

bool poolHealthCheck(
  1. int poolId
)

Performs a health check on the connection pool.

The poolId must be a valid pool identifier. Returns true if the pool is healthy, false otherwise.

Implementation

bool poolHealthCheck(int poolId);