Struct ConnectionReceivingMessageFailedEvent
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Occurs when a message was unable to be received.
public struct ConnectionReceivingMessageFailedEventInherited Members
Constructors
ConnectionReceivingMessageFailedEvent(ConnectionId, int, Exception, long?)
Initializes a new instance of the ConnectionReceivingMessageFailedEvent struct.
Properties
Gets the cluster identifier.
Gets the connection identifier.
Gets the exception.
Gets the operation identifier.
Gets id of the message we were receiving a response to.
Gets the server identifier.
Gets the timestamp.