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
Show file Open project: bitstadium/HockeySDK-Windows Class Usage Examples

Private Properties

Property Type Description
CreateDefault TelemetryConfiguration
Dispose void

Public Methods

Method 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

Method 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 method

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

TelemetryConfiguration() public method

Initializes a new instance of the TelemetryConfiguration class.
public TelemetryConfiguration ( ) : System
return System