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
- connectionIdConnectionId
- The connection identifier. 
- responseToint
- The id of the message we received a response to. 
- lengthint
- The length of the received message. 
- networkDurationTimeSpan
- The duration of network time it took to receive the message. 
- deserializationDurationTimeSpan
- The duration of deserialization time it took to receive the message. 
- operationIdlong?
- The operation identifier.