Beispiel #1
0
 /// <inheritdoc/>
 public virtual void ConnectionPoolBeforeClosing(ConnectionPoolBeforeClosingEvent @event)
 {
 }
 // methods
 public void ConnectionPoolBeforeClosing(ConnectionPoolBeforeClosingEvent @event)
 {
     _first.ConnectionPoolBeforeClosing(@event);
     _second.ConnectionPoolBeforeClosing(@event);
 }