SignalRServiceClientConnectionConnectedEventData interface
Microsoft.SignalRService.ClientConnectionConnected 事件之 EventGridEvent 的 Data 属性架構。
屬性
| connection |
線上客戶端連線的連線標識碼。 |
| hub |
線上客戶端連線的中樞。 |
| timestamp | 事件發生的時間。 |
| user |
已連線用戶端連線的使用者標識碼。 |
屬性詳細資料
connectionId
線上客戶端連線的連線標識碼。
connectionId: string
屬性值
string
hubName
線上客戶端連線的中樞。
hubName: string
屬性值
string
timestamp
事件發生的時間。
timestamp: Date
屬性值
Date
userId
已連線用戶端連線的使用者標識碼。
userId?: string
屬性值
string