コード例 #1
0
 public void ConnectionPoolBeforeAddingAConnection(ServerId serverId)
 {
     _first.ConnectionPoolBeforeAddingAConnection(serverId);
     _second.ConnectionPoolBeforeAddingAConnection(serverId);
 }
コード例 #2
0
 public void ConnectionPoolBeforeAddingAConnection(ConnectionPoolBeforeAddingAConnectionEvent @event)
 {
     _first.ConnectionPoolBeforeAddingAConnection(@event);
     _second.ConnectionPoolBeforeAddingAConnection(@event);
 }