Table of Contents

Constructor ConnectionPoolReadyEvent

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

ConnectionPoolReadyEvent(ServerId, ConnectionPoolSettings)

Initializes a new instance of the ConnectionPoolReadyEvent struct.

public ConnectionPoolReadyEvent(ServerId serverId, ConnectionPoolSettings connectionPoolSettings)

Parameters

serverId ServerId

The server identifier.

connectionPoolSettings ConnectionPoolSettings

The connection pool settings.