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

Optional connectionId

connectionId: undefined | string

The connection Id of connected client connection.

Optional hubName

hubName: undefined | string

The hub of connected client connection.

Optional timestamp

timestamp: Date

The time at which the event occurred.

Optional userId

userId: undefined | string

The user Id of connected client connection.

Generated using TypeDoc