Constructor ConnectionPoolCheckedOutConnectionEvent
ConnectionPoolCheckedOutConnectionEvent(ConnectionId, TimeSpan, long?)
Initializes a new instance of the Connection
public ConnectionPoolCheckedOutConnectionEvent(ConnectionId connectionId, TimeSpan duration, long? operationId)
Parameters
connectionId
ConnectionId The connection identifier.
duration
TimeSpan The duration of time it took to check out the connection.
operationId
long?The operation identifier.