AppHostInfo interface
Represents information about the application's host.
Properties
client |
The client type on which the host is running |
name | Identifies which host is running your app |
ring |
Current ring ID |
session |
Unique ID for the current Host session for use in correlating telemetry data. |
Property Details
clientType
The client type on which the host is running
clientType: HostClientType
Property Value
name
ringId
Current ring ID
ringId?: string
Property Value
string
sessionId
Unique ID for the current Host session for use in correlating telemetry data.
sessionId: string
Property Value
string