Struct ConnectionSentMessagesEvent
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Occurs after a message has been sent.
public struct ConnectionSentMessagesEvent
Inherited Members
Constructors
ConnectionSentMessagesEvent(ConnectionId, IReadOnlyList, int, TimeSpan, TimeSpan, long?)
Initializes a new instance of the ConnectionSentMessagesEvent struct.
Properties
Gets the cluster identifier.
Gets the connection identifier.
Gets the duration of time it took to send the message.
Gets the combined length of the messages.
Gets the duration of time spent on the network.
Gets the operation identifier.
Gets the request ids.
Gets the duration of time spent serializing the messages.
Gets the server identifier.
Gets the timestamp.