Struct ConnectionPoolRemovedConnectionEvent
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Occurs after a connection is removed from the pool.
public struct ConnectionPoolRemovedConnectionEvent
Inherited Members
Constructors
ConnectionPoolRemovedConnectionEvent(ConnectionId, TimeSpan, long?)
Initializes a new instance of the ConnectionPoolRemovedConnectionEvent struct.
Properties
Gets the cluster identifier.
Gets the connection identifier.
Gets the duration of time it took to remove the connection from the pool.
Gets the operation identifier.
Gets the server identifier.
Gets the timestamp.