C# 클래스 Microsoft.HockeyApp.Extensibility.Implementation.Telemetry

파일 보기 프로젝트 열기: bitstadium/HockeySDK-Windows

공개 메소드들

메소드 설명
WriteEnvelopeProperties ( this telemetry, IJsonWriter json ) : void
WriteTelemetryName ( this telemetry, IJsonWriter json, string telemetryName ) : void

비공개 메소드들

메소드 설명
NormalizeInstrumentationKey ( string instrumentationKey ) : string

Normalize instrumentation key by removing dashes ('-') and making string in the lowercase. In case no InstrumentationKey is available just return empty string. In case when InstrumentationKey is available return normalized key + dot ('.') as a separator between instrumentation key part and telemetry name part.

메소드 상세

WriteEnvelopeProperties() 공개 정적인 메소드

public static WriteEnvelopeProperties ( this telemetry, IJsonWriter json ) : void
telemetry this
json IJsonWriter
리턴 void

WriteTelemetryName() 공개 정적인 메소드

public static WriteTelemetryName ( this telemetry, IJsonWriter json, string telemetryName ) : void
telemetry this
json IJsonWriter
telemetryName string
리턴 void