Constructor ConnectionOpenedEvent
ConnectionOpenedEvent(ConnectionId, ConnectionSettings, TimeSpan, long?)
Initializes a new instance of the ConnectionOpenedEvent struct.
public ConnectionOpenedEvent(ConnectionId connectionId, ConnectionSettings connectionSettings, TimeSpan duration, long? operationId)
Parameters
connectionId
ConnectionIdThe connection identifier.
connectionSettings
ConnectionSettingsThe connection settings.
duration
TimeSpanThe duration of time it took to open the connection.
operationId
long?The operation identifier.