Beispiel #1
0
 // methods
 public void ConnectionPoolBeforeClosing(ServerId serverId)
 {
     _first.ConnectionPoolBeforeClosing(serverId);
     _second.ConnectionPoolBeforeClosing(serverId);
 }
 // methods
 public void ConnectionPoolBeforeClosing(ConnectionPoolBeforeClosingEvent @event)
 {
     _first.ConnectionPoolBeforeClosing(@event);
     _second.ConnectionPoolBeforeClosing(@event);
 }