コード例 #1
0
 /// <inheritdoc/>
 public virtual void ConnectionPoolAfterCheckingOutAConnection(ConnectionPoolAfterCheckingOutAConnectionEvent @event)
 {
 }
コード例 #2
0
 public void ConnectionPoolAfterCheckingOutAConnection(ConnectionPoolAfterCheckingOutAConnectionEvent @event)
 {
     _first.ConnectionPoolAfterCheckingOutAConnection(@event);
     _second.ConnectionPoolAfterCheckingOutAConnection(@event);
 }