Table of Contents

Struct ConnectionPoolOpenedEvent

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

Occurs after the pool is opened.

public struct ConnectionPoolOpenedEvent
Inherited Members

Constructors

ConnectionPoolOpenedEvent(ServerId, ConnectionPoolSettings)

Initializes a new instance of the ConnectionPoolOpenedEvent struct.

Properties

ClusterId

Gets the cluster identifier.

ConnectionPoolSettings

Gets the connection pool settings.

ServerId

Gets the server identifier.

Timestamp

Gets the timestamp.