Table of Contents

Constructor ConnectionPoolCheckingOutConnectionEvent

Namespace
MongoDB.Driver.Core.Events
Assembly
MongoDB.Driver.Core.dll

ConnectionPoolCheckingOutConnectionEvent(ServerId, long?)

Initializes a new instance of the ConnectionPoolCheckingOutConnectionEvent struct.

public ConnectionPoolCheckingOutConnectionEvent(ServerId serverId, long? operationId)

Parameters

serverId ServerId

The server identifier.

operationId long?

The operation identifier.