Struct ConnectionPoolOpenedEvent

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

Namespace

MongoDB.Driver.Core.Events

Assembly

MongoDB.Driver.dll

Occurs after the pool is opened.

public struct ConnectionPoolOpenedEvent

Inherited Members

ValueType.Equals(object)

ValueType.GetHashCode()

ValueType.ToString()

object.Equals(object, object)

object.GetType()

object.ReferenceEquals(object, object)

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.