Struct ConnectionReceivingMessageEvent
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Occurs before a message is received.
public struct ConnectionReceivingMessageEvent
Inherited Members
Constructors
ConnectionReceivingMessageEvent(ConnectionId, int, long?)
Initializes a new instance of the ConnectionReceivingMessageEvent struct.
Properties
Gets the cluster identifier.
Gets the connection identifier.
Gets the operation identifier.
Gets the id of the message we are receiving a response to.
Gets the server identifier.
Gets the timestamp.