Ejemplo n.º 1
0
 /// <inheritdoc/>
 public virtual void ConnectionPoolBeforeRemovingAConnection(ConnectionPoolBeforeRemovingAConnectionEvent @event)
 {
 }
 public void ConnectionPoolBeforeRemovingAConnection(ConnectionPoolBeforeRemovingAConnectionEvent @event)
 {
     _first.ConnectionPoolBeforeRemovingAConnection(@event);
     _second.ConnectionPoolBeforeRemovingAConnection(@event);
 }