C# 클래스 Microsoft.HockeyApp.DataContracts.MetricTelemetry

Telemetry type used to track metrics.
상속: ITelemetry, ISupportProperties
파일 보기 프로젝트 열기: bitstadium/HockeySDK-Windows 1 사용 예제들

공개 메소드들

메소드 설명
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