Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SignalRServiceClientConnectionConnectedEventData

Package version

Schema of the Data property of an EventGridEvent for a Microsoft.SignalRService.ClientConnectionConnected event.

Hierarchy

  • SignalRServiceClientConnectionConnectedEventData

Index

Properties

connectionId

connectionId: string

The connection Id of connected client connection.

hubName

hubName: string

The hub of connected client connection.

timestamp

timestamp: string

The time at which the event occurred.

userId

userId: string

The user Id of connected client connection.

Generated using TypeDoc