Struct ConnectionPoolClosingEvent

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

Namespace

MongoDB.Driver.Core.Events

Assembly

MongoDB.Driver.dll

Occurs before the pool is closed.

public struct ConnectionPoolClosingEvent

Inherited Members

ValueType.Equals(object)

ValueType.GetHashCode()

ValueType.ToString()

object.Equals(object, object)

object.GetType()

object.ReferenceEquals(object, object)

Constructors

ConnectionPoolClosingEvent(ServerId)

Initializes a new instance of the ConnectionPoolClosingEvent struct.

Properties

ClusterId

Gets the cluster identifier.

ServerId

Gets the server identifier.

Timestamp

Gets the timestamp.