C# Класс Microsoft.HockeyApp.TelemetryConfiguration

Encapsulates the global telemetry configuration typically loaded from the configuration file.
All TelemetryContext objects are initialized using the Active telemetry configuration provided by this class.
Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
CreateDefault TelemetryConfiguration
Dispose void

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

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

Releases resources used by the current instance of the TelemetryConfiguration class.

TelemetryConfiguration ( ) : System

Initializes a new instance of the TelemetryConfiguration class.

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

Метод Описание
CreateDefault ( ) : TelemetryConfiguration

Creates a new TelemetryConfiguration instance loaded from the configuration file. If the configuration file does not exist, the new configuration instance is initialized with minimum defaults needed to send telemetry to Application Insights.

Dispose ( bool disposing ) : void

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

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

Releases resources used by the current instance of the TelemetryConfiguration class.
public Dispose ( ) : void
Результат void

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

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