Table of Contents

Struct ConnectionSendingMessagesFailedEvent

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

Occurs when a message could not be sent.

public struct ConnectionSendingMessagesFailedEvent
Inherited Members

Constructors

ConnectionSendingMessagesFailedEvent(ConnectionId, IReadOnlyList<int>, Exception, long?)

Initializes a new instance of the ConnectionSendingMessagesFailedEvent struct.

Properties

ClusterId

Gets the cluster identifier.

ConnectionId

Gets the connection identifier.

Exception

Gets the exception.

OperationId

Gets the operation identifier.

RequestIds

Gets the request ids.

ServerId

Gets the server identifier.

Timestamp

Gets the timestamp.