Constructor ConnectionClosedEvent
ConnectionClosedEvent(ConnectionId, TimeSpan, long?)
Initializes a new instance of the ConnectionClosedEvent struct.
public ConnectionClosedEvent(ConnectionId connectionId, TimeSpan duration, long? operationId)
Parameters
connectionId
ConnectionIdThe connection identifier.
duration
TimeSpanThe duration of time it took to close the connection.
operationId
long?The operation identifier.