Struct ConnectionPoolCheckingOutConnectionEvent
Occurs before a connection is checked out of the pool.
public struct ConnectionPoolCheckingOutConnectionEvent
- Inherited Members
Constructors
ConnectionPoolCheckingOutConnectionEvent(ServerId, long?)
Initializes a new instance of the ConnectionPoolCheckingOutConnectionEvent struct.
public ConnectionPoolCheckingOutConnectionEvent(ServerId serverId, long? operationId)
Parameters
Properties
ClusterId
Gets the cluster identifier.
public ClusterId ClusterId { get; }
Property Value
OperationId
Gets the operation identifier.
public long? OperationId { get; }
Property Value
- long?
ServerId
Gets the server identifier.
public ServerId ServerId { get; }
Property Value
Timestamp
Gets the timestamp.
public DateTime Timestamp { get; }