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

상속: ITelemetry, ISupportProperties
파일 보기 프로젝트 열기: bitstadium/HockeySDK-Windows 1 사용 예제들

공개 메소드들

메소드 설명
PerformanceCounterTelemetry ( ) : System

Initializes a new instance of the PerformanceCounterTelemetry class.

PerformanceCounterTelemetry ( string categoryName, string counterName, string instanceName, double value ) : System

Initializes a new instance of the PerformanceCounterTelemetry class.

비공개 메소드들

메소드 설명
ITelemetry ( ) : void

Sanitizes the properties based on constraints.

메소드 상세

PerformanceCounterTelemetry() 공개 메소드

Initializes a new instance of the PerformanceCounterTelemetry class.
public PerformanceCounterTelemetry ( ) : System
리턴 System

PerformanceCounterTelemetry() 공개 메소드

Initializes a new instance of the PerformanceCounterTelemetry class.
public PerformanceCounterTelemetry ( string categoryName, string counterName, string instanceName, double value ) : System
categoryName string Category name.
counterName string Performance counter name.
instanceName string Instance name.
value double Performance counter value.
리턴 System