C# Class 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.
Inheritance: IDisposable
Afficher le fichier Open project: bitstadium/HockeySDK-Windows Class Usage Examples

Private Properties

Свойство Type Description
CreateDefault TelemetryConfiguration
Dispose void

Méthodes publiques

Méthode Description
Dispose ( ) : void

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

TelemetryConfiguration ( ) : System

Initializes a new instance of the TelemetryConfiguration class.

Private Methods

Méthode Description
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

Method Details

Dispose() public méthode

Releases resources used by the current instance of the TelemetryConfiguration class.
public Dispose ( ) : void
Résultat void

TelemetryConfiguration() public méthode

Initializes a new instance of the TelemetryConfiguration class.
public TelemetryConfiguration ( ) : System
Résultat System