Example #1
0
 /// <inheritdoc/>
 public virtual void ConnectionPoolBeforeCheckingInAConnection(ConnectionPoolBeforeCheckingInAConnectionEvent @event)
 {
 }
 public void ConnectionPoolBeforeCheckingInAConnection(ConnectionPoolBeforeCheckingInAConnectionEvent @event)
 {
     _first.ConnectionPoolBeforeCheckingInAConnection(@event);
     _second.ConnectionPoolBeforeCheckingInAConnection(@event);
 }