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

Datei anzeigen Open project: bitstadium/HockeySDK-Windows

Public Methods

Method Description
Initialize ( TelemetryConfiguration configuration ) : void

Protected Methods

Method 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

Method Description
GetInstrumentationKeyFromConfigFile ( string text ) : string

Method Details

Initialize() public method

public Initialize ( TelemetryConfiguration configuration ) : void
configuration TelemetryConfiguration
return void

TelemetryConfigurationFactory() protected method

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
return System