Constructor ConnectionReceivedMessageEvent
ConnectionReceivedMessageEvent(ConnectionId, int, int, TimeSpan, TimeSpan, long?)
Initializes a new instance of the ConnectionReceivedMessageEvent struct.
public ConnectionReceivedMessageEvent(ConnectionId connectionId, int responseTo, int length, TimeSpan networkDuration, TimeSpan deserializationDuration, long? operationId)
Parameters
connectionId
ConnectionIdThe connection identifier.
responseTo
intThe id of the message we received a response to.
length
intThe length of the received message.
networkDuration
TimeSpanThe duration of network time it took to receive the message.
deserializationDuration
TimeSpanThe duration of deserialization time it took to receive the message.
operationId
long?The operation identifier.