public void ConnectionPoolAfterClosing(ServerId serverId) { _first.ConnectionPoolAfterClosing(serverId); _second.ConnectionPoolAfterClosing(serverId); }
public void ConnectionPoolAfterClosing(ConnectionPoolAfterClosingEvent @event) { _first.ConnectionPoolAfterClosing(@event); _second.ConnectionPoolAfterClosing(@event); }