Class PhoenixDevicesXboxTelemetryContext
Class to provide needed moduleName for telemetry.
Inheritance
System.Object
PhoenixDevicesXboxTelemetryContext
Namespace: Phoenix.Devices
Assembly: Phoenix.Devices.Xbox.dll
Syntax
public sealed class PhoenixDevicesXboxTelemetryContext : ITelemetryContext
Properties
View SourceInstance
Gets the module name provided.
Declaration
public static PhoenixDevicesXboxTelemetryContext Instance { get; }
Property Value
Type | Description |
---|---|
PhoenixDevicesXboxTelemetryContext |
Methods
View SourceGetContextProperties()
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. |