Table of Contents

Constructor ConnectionPoolOpeningEvent

Namespace
MongoDB.Driver.Core.Events
Assembly
MongoDB.Driver.Core.dll

ConnectionPoolOpeningEvent(ServerId, ConnectionPoolSettings)

Initializes a new instance of the ConnectionPoolOpeningEvent struct.

public ConnectionPoolOpeningEvent(ServerId serverId, ConnectionPoolSettings connectionPoolSettings)

Parameters

serverId ServerId

The server identifier.

connectionPoolSettings ConnectionPoolSettings

The connection pool settings.