Table of Contents

Struct ConnectionSendingMessagesEvent

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

Occurs before a message is sent.

public struct ConnectionSendingMessagesEvent
Inherited Members

Constructors

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

Initializes a new instance of the ConnectionSendingMessagesEvent struct.

Properties

ClusterId

Gets the cluster identifier.

ConnectionId

Gets the connection identifier.

OperationId

Gets the operation identifier.

RequestIds

Gets the request ids.

ServerId

Gets the server identifier.

Timestamp

Gets the timestamp.