C# Class Microsoft.HockeyApp.Extensibility.Implementation.TelemetryConfigurationFactory

Afficher le fichier Open project: bitstadium/HockeySDK-Windows

Méthodes publiques

Méthode Description
Initialize ( TelemetryConfiguration configuration ) : void

Méthodes protégées

Méthode Description
TelemetryConfigurationFactory ( ) : System

Initializes a new instance of the TelemetryConfigurationFactory class.

This constructor is protected because TelemetryConfigurationFactory is only meant to be instantiated by the Instance property or by tests.

Private Methods

Méthode Description
GetInstrumentationKeyFromConfigFile ( string text ) : string

Method Details

Initialize() public méthode

public Initialize ( TelemetryConfiguration configuration ) : void
configuration TelemetryConfiguration
Résultat void

TelemetryConfigurationFactory() protected méthode

Initializes a new instance of the TelemetryConfigurationFactory class.
This constructor is protected because TelemetryConfigurationFactory is only meant to be instantiated by the Instance property or by tests.
protected TelemetryConfigurationFactory ( ) : System
Résultat System