Struct ConnectionPoolCheckingOutConnectionFailedEvent
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Occurs when a connection could not be checked out of the pool.
public struct ConnectionPoolCheckingOutConnectionFailedEvent
Inherited Members
Constructors
Initializes a new instance of the ConnectionPoolCheckingOutConnectionFailedEvent struct.
Properties
Gets the cluster identifier.
Gets the duration of time it took trying to check out the connection.
Gets the exception.
Gets the operation identifier.
Gets the reason the checkout failed.
Gets the server identifier.
Gets the timestamp.