示例#1
0
 /// <inheritdoc/>
 public virtual void ConnectionPoolAfterCheckingInAConnection(ConnectionPoolAfterCheckingInAConnectionEvent @event)
 {
 }
 public void ConnectionPoolAfterCheckingInAConnection(ConnectionPoolAfterCheckingInAConnectionEvent @event)
 {
     _first.ConnectionPoolAfterCheckingInAConnection(@event);
     _second.ConnectionPoolAfterCheckingInAConnection(@event);
 }