コード例 #1
0
 public void ConnectionPoolErrorEnteringWaitQueue(ServerId serverId, TimeSpan elapsed, Exception exception)
 {
     _first.ConnectionPoolErrorEnteringWaitQueue(serverId, elapsed, exception);
     _second.ConnectionPoolErrorEnteringWaitQueue(serverId, elapsed, exception);
 }
コード例 #2
0
 public void ConnectionPoolErrorEnteringWaitQueue(ConnectionPoolErrorEnteringWaitQueueEvent @event)
 {
     _first.ConnectionPoolErrorEnteringWaitQueue(@event);
     _second.ConnectionPoolErrorEnteringWaitQueue(@event);
 }