C# 클래스 Microsoft.HockeyApp.Extensibility.Implementation.TelemetryConfigurationFactory

파일 보기 프로젝트 열기: bitstadium/HockeySDK-Windows

공개 메소드들

메소드 설명
Initialize ( TelemetryConfiguration configuration ) : void

보호된 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
GetInstrumentationKeyFromConfigFile ( string text ) : string

메소드 상세

Initialize() 공개 메소드

public Initialize ( TelemetryConfiguration configuration ) : void
configuration TelemetryConfiguration
리턴 void

TelemetryConfigurationFactory() 보호된 메소드

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
리턴 System