Constructor ConnectionReceivingMessageEvent
ConnectionReceivingMessageEvent(ConnectionId, int, long?)
Initializes a new instance of the ConnectionReceivingMessageEvent struct.
public ConnectionReceivingMessageEvent(ConnectionId connectionId, int responseTo, long? operationId)
Parameters
connectionId
ConnectionIdThe connection identifier.
responseTo
intThe id of the message we are receiving a response to.
operationId
long?The operation identifier.