Table of Contents

Constructor ConnectionSendingMessagesEvent

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

ConnectionSendingMessagesEvent(ConnectionId, IReadOnlyList<int>, long?)

Initializes a new instance of the ConnectionSendingMessagesEvent struct.

public ConnectionSendingMessagesEvent(ConnectionId connectionId, IReadOnlyList<int> requestIds, long? operationId)

Parameters

connectionId ConnectionId

The connection identifier.

requestIds IReadOnlyList<int>

The request ids.

operationId long?

The operation identifier.