Struct ConnectionPoolClosingEvent
Occurs before the pool is closed.
public struct ConnectionPoolClosingEvent
- Inherited Members
Constructors
ConnectionPoolClosingEvent(ServerId)
Initializes a new instance of the ConnectionPoolClosingEvent struct.
public ConnectionPoolClosingEvent(ServerId serverId)
Parameters
serverId
ServerIdThe server identifier.
Properties
ClusterId
Gets the cluster identifier.
public ClusterId ClusterId { get; }
Property Value
ServerId
Gets the server identifier.
public ServerId ServerId { get; }
Property Value
Timestamp
Gets the timestamp.
public DateTime Timestamp { get; }