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