コード例 #1
0
 public void ConnectionPoolBeforeCheckingInAConnection(ConnectionId connectionId)
 {
     _first.ConnectionPoolBeforeCheckingInAConnection(connectionId);
     _second.ConnectionPoolBeforeCheckingInAConnection(connectionId);
 }
コード例 #2
0
 public void ConnectionPoolBeforeCheckingInAConnection(ConnectionPoolBeforeCheckingInAConnectionEvent @event)
 {
     _first.ConnectionPoolBeforeCheckingInAConnection(@event);
     _second.ConnectionPoolBeforeCheckingInAConnection(@event);
 }