ConnectionPoolCheckedOutConnectionEvent Constructor |
This API is preliminary and subject to change.
Namespace: MongoDB.Driver.Core.EventsAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.3.0
Syntax public ConnectionPoolCheckedOutConnectionEvent(
ConnectionId connectionId,
TimeSpan duration,
Nullable<long> operationId
)
Public Sub New (
connectionId As ConnectionId,
duration As TimeSpan,
operationId As Nullable(Of Long)
)
new :
connectionId : ConnectionId *
duration : TimeSpan *
operationId : Nullable<int64> -> ConnectionPoolCheckedOutConnectionEvent
Parameters
- connectionId
- Type: MongoDB.Driver.Core.ConnectionsConnectionId
The connection identifier. - duration
- Type: SystemTimeSpan
The duration of time it took to check out the connection. - operationId
- Type: SystemNullableInt64
The operation identifier.
See Also