Table of Contents

Struct ConnectionPoolOpeningEvent

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

Occurs before the pool is opened.

public struct ConnectionPoolOpeningEvent
Inherited Members

Constructors

ConnectionPoolOpeningEvent(ServerId, ConnectionPoolSettings)

Initializes a new instance of the ConnectionPoolOpeningEvent struct.

Properties

ClusterId

Gets the cluster identifier.

ConnectionPoolSettings

Gets the connection pool settings.

ServerId

Gets the server identifier.

Timestamp

Gets the timestamp.