Struct ConnectionPoolOpenedEvent
Occurs after the pool is opened.
public struct ConnectionPoolOpenedEvent
- Inherited Members
Constructors
ConnectionPoolOpenedEvent(ServerId, ConnectionPoolSettings)
Initializes a new instance of the ConnectionPoolOpenedEvent struct.
public ConnectionPoolOpenedEvent(ServerId serverId, ConnectionPoolSettings connectionPoolSettings)
Parameters
serverId
ServerIdThe server identifier.
connectionPoolSettings
ConnectionPoolSettingsThe connection pool settings.
Properties
ClusterId
Gets the cluster identifier.
public ClusterId ClusterId { get; }
Property Value
ConnectionPoolSettings
Gets the connection pool settings.
public ConnectionPoolSettings ConnectionPoolSettings { get; }
Property Value
ServerId
Gets the server identifier.
public ServerId ServerId { get; }
Property Value
Timestamp
Gets the timestamp.
public DateTime Timestamp { get; }