Struct ConnectionReceivedMessageEvent
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Occurs after a message is received.
public struct ConnectionReceivedMessageEvent
Inherited Members
Constructors
ConnectionReceivedMessageEvent(ConnectionId, int, int, TimeSpan, TimeSpan, long?)
Initializes a new instance of the ConnectionReceivedMessageEvent struct.
Properties
Gets the cluster identifier.
Gets the connection identifier.
Gets the duration of deserialization time it took to receive the message.
Gets the duration of time it took to receive the message.
Gets the length of the received message.
Gets the duration of network time it took to receive the message.
Gets the operation identifier.
Gets the id of the message we received a response to.
Gets the server identifier.
Gets the timestamp.