ConnectionPoolOpeningEvent Constructor |
This API is preliminary and subject to change.
Namespace:
MongoDB.Driver.Core.Events
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.8.0+cc573f3e1f48f39162b4b680e921a623e127e8fa
Syntaxpublic ConnectionPoolOpeningEvent(
ServerId serverId,
ConnectionPoolSettings connectionPoolSettings
)
Public Sub New (
serverId As ServerId,
connectionPoolSettings As ConnectionPoolSettings
)
new :
serverId : ServerId *
connectionPoolSettings : ConnectionPoolSettings -> ConnectionPoolOpeningEvent
Parameters
- serverId
- Type: MongoDB.Driver.Core.ServersServerId
The server identifier. - connectionPoolSettings
- Type: MongoDB.Driver.Core.ConfigurationConnectionPoolSettings
The connection pool settings.
See Also