Click or drag to resize
DashboardQuery. GetTelemetryMetrics Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public Dictionary<string, double> GetTelemetryMetrics(
	IDictionary<string, double> metrics = null
)

Parameters

metrics (Optional)
Type: System.Collections.Generic.IDictionary<String, Double>

Return Value

Type: Dictionary<String, Double>

Implements

ITelemetry.GetTelemetryMetrics(IDictionary<String, Double>)
See Also