Ejemplo n.º 1
0
 public void ConnectionPoolErrorEnteringWaitQueue(ServerId serverId, TimeSpan elapsed, Exception exception)
 {
     _first.ConnectionPoolErrorEnteringWaitQueue(serverId, elapsed, exception);
     _second.ConnectionPoolErrorEnteringWaitQueue(serverId, elapsed, exception);
 }
 public void ConnectionPoolErrorEnteringWaitQueue(ConnectionPoolErrorEnteringWaitQueueEvent @event)
 {
     _first.ConnectionPoolErrorEnteringWaitQueue(@event);
     _second.ConnectionPoolErrorEnteringWaitQueue(@event);
 }