Constructor ConnectionPoolOpenedEvent

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Driver.Core.Events

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.