SignalRServiceClientConnectionDisconnectedEventData interface

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

Properties

connectionId

The connection Id of connected client connection.

errorMessage

The message of error that cause the client connection disconnected.

hubName

The hub of connected client connection.

timestamp

The time at which the event occurred.

userId

The user Id of connected client connection.

Property Details

connectionId

The connection Id of connected client connection.

connectionId?: string

Property Value

string

errorMessage

The message of error that cause the client connection disconnected.

errorMessage?: string

Property Value

string

hubName

The hub of connected client connection.

hubName?: string

Property Value

string

timestamp

The time at which the event occurred.

timestamp?: Date

Property Value

Date

userId

The user Id of connected client connection.

userId?: string

Property Value

string