Constructor ConnectionPoolAddingConnectionEvent
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
ConnectionPoolAddingConnectionEvent(ServerId, long?)
Initializes a new instance of the ConnectionPoolAddingConnectionEvent struct.
public ConnectionPoolAddingConnectionEvent(ServerId serverId, long? operationId)
Parameters
serverId
ServerId
The server identifier.
operationId
long?
The operation identifier.