Constructor ConnectionPoolOpenedEvent
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
ConnectionPoolOpenedEvent(ServerId, ConnectionPoolSettings)
Initializes a new instance of the ConnectionPoolOpenedEvent struct.
public ConnectionPoolOpenedEvent(ServerId serverId, ConnectionPoolSettings connectionPoolSettings)
Parameters
serverId
ServerId
The server identifier.
connectionPoolSettings
ConnectionPoolSettings
The connection pool settings.