Show / Hide Table of Contents

Class PhoenixDevicesWindowsPCTelemetryContext

Class to provide needed moduleName for telemetry.

Inheritance
System.Object
PhoenixDevicesWindowsPCTelemetryContext
Namespace: Phoenix.Devices
Assembly: Phoenix.Devices.WindowsPC.dll
Syntax
public sealed class PhoenixDevicesWindowsPCTelemetryContext : ITelemetryContext

Properties

View Source

Instance

Gets the module name provided.

Declaration
public static PhoenixDevicesWindowsPCTelemetryContext Instance { get; }
Property Value
Type Description
PhoenixDevicesWindowsPCTelemetryContext

Methods

View Source

GetContextProperties()

Get properties for a local telemetry context.

Declaration
public IReadOnlyDictionary<string, object> GetContextProperties()
Returns
Type Description
System.Collections.Generic.IReadOnlyDictionary<System.String, System.Object>

Returns a readonly dictionary of context properties.

  • View Source
In This Article
Back to top Generated by DocFX