コード例 #1
0
 public void ConnectionPoolAfterCheckingOutAConnection(ConnectionId connectionId, TimeSpan elapsed)
 {
     _first.ConnectionPoolAfterCheckingOutAConnection(connectionId, elapsed);
     _second.ConnectionPoolAfterCheckingOutAConnection(connectionId, elapsed);
 }
コード例 #2
0
 public void ConnectionPoolAfterCheckingOutAConnection(ConnectionPoolAfterCheckingOutAConnectionEvent @event)
 {
     _first.ConnectionPoolAfterCheckingOutAConnection(@event);
     _second.ConnectionPoolAfterCheckingOutAConnection(@event);
 }