Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SignalRServiceClientConnectionDisconnectedEventData

Package version

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

Hierarchy

  • SignalRServiceClientConnectionDisconnectedEventData

Index

Properties

connectionId

connectionId: string

The connection Id of connected client connection.

errorMessage

errorMessage: string

The message of error that cause the client connection disconnected.

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