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