Constructor ConnectionCreatedEvent
ConnectionCreatedEvent(ConnectionId, ConnectionSettings, long?)
Initializes a new instance of the ConnectionCreatedEvent struct.
public ConnectionCreatedEvent(ConnectionId connectionId, ConnectionSettings connectionSettings, long? operationId)
Parameters
connectionId
ConnectionIdThe connection identifier.
connectionSettings
ConnectionSettingsThe connection settings.
operationId
long?The operation identifier.