Table of Contents

Constructor ConnectionPoolAddingConnectionEvent

Namespace
MongoDB.Driver.Core.Events
Assembly
MongoDB.Driver.Core.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.