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.

public ConnectionPoolOpenedEvent(ServerId serverId, ConnectionPoolSettings connectionPoolSettings)

Parameters

serverId ServerId

The server identifier.

connectionPoolSettings ConnectionPoolSettings

The connection pool settings.

Properties

ClusterId

Gets the cluster identifier.

public ClusterId ClusterId { get; }

Property Value

ClusterId

ConnectionPoolSettings

Gets the connection pool settings.

public ConnectionPoolSettings ConnectionPoolSettings { get; }

Property Value

ConnectionPoolSettings

ServerId

Gets the server identifier.

public ServerId ServerId { get; }

Property Value

ServerId

Timestamp

Gets the timestamp.

public DateTime Timestamp { get; }

Property Value

DateTime