Table of Contents

Constructor ConnectionPoolOpenedEvent

Namespace
MongoDB.Driver.Core.Events
Assembly
MongoDB.Driver.Core.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.