Struct ConnectionPoolRemovingConnectionEvent
Occurs before a connection is removed from the pool.
public struct ConnectionPoolRemovingConnectionEvent
- Inherited Members
Constructors
ConnectionPoolRemovingConnectionEvent(ConnectionId, long?)
Initializes a new instance of the ConnectionPoolRemovingConnectionEvent struct.
public ConnectionPoolRemovingConnectionEvent(ConnectionId connectionId, long? operationId)
Parameters
connectionId
ConnectionIdThe connection identifier.
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
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; }