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