Struct ConnectionPoolAddedConnectionEvent
Occurs after a connection is added to the pool.
public struct ConnectionPoolAddedConnectionEvent
- Inherited Members
Constructors
ConnectionPoolAddedConnectionEvent(ConnectionId, TimeSpan, long?)
Initializes a new instance of the ConnectionPoolAddedConnectionEvent struct.
public ConnectionPoolAddedConnectionEvent(ConnectionId connectionId, TimeSpan duration, long? operationId)
Parameters
connectionId
ConnectionIdThe connection identifier.
duration
TimeSpanThe duration of time it took to add the connection to the pool.
operationId
long?The operation identifier.
Properties
ClusterId
Gets the cluster identifier.
public ClusterId ClusterId { get; }
Property Value
ConnectionId
Gets the connection identifier.
public ConnectionId ConnectionId { get; }
Property Value
Duration
Gets the duration of time it took to add the server to the pool.
public TimeSpan Duration { 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; }