SignalRServiceClientConnectionConnectedEventData interface
Schema of the Data property of an EventGridEvent for a Microsoft.SignalRService.ClientConnectionConnected event.
Properties
connection |
The connection Id of connected client connection. |
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
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript