Struct ConnectionPoolAddingConnectionEvent

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

Namespace

MongoDB.Driver.Core.Events

Assembly

MongoDB.Driver.dll

Occurs before a connection is added to the pool.

public struct ConnectionPoolAddingConnectionEvent

Inherited Members

ValueType.Equals(object)

ValueType.GetHashCode()

ValueType.ToString()

object.Equals(object, object)

object.GetType()

object.ReferenceEquals(object, object)

Constructors

ConnectionPoolAddingConnectionEvent(ServerId, long?)

Initializes a new instance of the ConnectionPoolAddingConnectionEvent struct.

Properties

ClusterId

Gets the cluster identifier.

OperationId

Gets the operation identifier.

ServerId

Gets the server identifier.

Timestamp

Gets the timestamp.