Struct ConnectionPoolOpeningEvent
Occurs before the pool is opened.
public struct ConnectionPoolOpeningEvent
- Inherited Members
Constructors
ConnectionPoolOpeningEvent(ServerId, ConnectionPoolSettings)
Initializes a new instance of the ConnectionPoolOpeningEvent struct.
public ConnectionPoolOpeningEvent(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; }