AppHostInfo interface

Represents information about the application's host.

Properties

clientType

The client type on which the host is running

name

Identifies which host is running your app

ringId

Current ring ID

sessionId

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

Identifies which host is running your app

name: HostName

Property Value

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