Show / Hide Table of Contents

Class ArubaTelemetryContext

Class to provide needed moduleName for telemetry.

Inheritance
object
ArubaTelemetryContext
Implements
ITelemetryContext
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public sealed class ArubaTelemetryContext : ITelemetryContext

Properties

View Source

Instance

Gets the module name provided.

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

Methods

View Source

GetArubaCommandItemTelemetryProperties(ArubaCommandItemViewModel)

Get the ArubaCommandItemViewModel telemetry properties.

Declaration
public static IReadOnlyDictionary<string, object> GetArubaCommandItemTelemetryProperties(ArubaCommandItemViewModel arubaCommandItemVM)
Parameters
Type Name Description
ArubaCommandItemViewModel arubaCommandItemVM

The ArubaCommandItemViewModel to get telemetry info for.

Returns
Type Description
IReadOnlyDictionary<string, object>

Returns a read-only dictionary of ArubaCommandItemViewModel telemetry properties.

View Source

GetContextProperties()

Get properties for a local telemetry context.

Declaration
public IReadOnlyDictionary<string, object> GetContextProperties()
Returns
Type Description
IReadOnlyDictionary<string, object>

Returns a readonly dictionary of context properties.

Implements

Microsoft.XboxStudios.SQTech.Telemetry.ITelemetryContext
  • View Source
In this article
Back to top Generated by DocFX