Table of Contents

Struct ConnectionPoolReadyEvent

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

Occurs after the pool is opened.

public struct ConnectionPoolReadyEvent
Inherited Members

Constructors

ConnectionPoolReadyEvent(ServerId, ConnectionPoolSettings)

Initializes a new instance of the ConnectionPoolReadyEvent struct.

Properties

ClusterId

Gets the cluster identifier.

ConnectionPoolSettings

Gets the connection pool settings.

ServerId

Gets the server identifier.