SignalRServiceClientConnectionDisconnectedEventData interface
Schema of the Data property of an EventGridEvent for a Microsoft.SignalRService.ClientConnectionDisconnected event.
Properties
connection |
The connection Id of connected client connection. |
error |
The message of error that cause the client connection disconnected. |
hub |
The hub of connected client connection. |
timestamp | The time at which the event occurred. |
user |
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
Azure SDK for JavaScript