C# Класс Microsoft.HockeyApp.DataContracts.MetricTelemetry

Telemetry type used to track metrics.
Наследование: ITelemetry, ISupportProperties
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
MetricTelemetry ( ) : System

Initializes a new instance of the MetricTelemetry class with empty properties.

MetricTelemetry ( string metricName, double metricValue ) : System

Initializes a new instance of the MetricTelemetry class with the specified metricName and metricValue.

Приватные методы

Метод Описание
ITelemetry ( ) : void

Sanitizes the properties based on constraints.

UpdateKind ( ) : void

Описание методов

MetricTelemetry() публичный Метод

Initializes a new instance of the MetricTelemetry class with empty properties.
public MetricTelemetry ( ) : System
Результат System

MetricTelemetry() публичный Метод

Initializes a new instance of the MetricTelemetry class with the specified metricName and metricValue.
The is null or empty string.
public MetricTelemetry ( string metricName, double metricValue ) : System
metricName string
metricValue double
Результат System