C# Класс Microsoft.HockeyApp.Extensibility.Implementation.Telemetry

Показать файл Открыть проект

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

Метод Описание
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