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