C# 클래스 Microsoft.HockeyApp.HockeyClientExtensionsUwp

Send information to the HockeyApp service.
파일 보기 프로젝트 열기: bitstadium/HockeySDK-Windows

공개 메소드들

메소드 설명
Configure ( this @this, string appId ) : IHockeyClientConfigurable

Bootstraps HockeyApp SDK.

Configure ( this @this, string appId, TelemetryConfiguration configuration ) : IHockeyClientConfigurable

Bootstraps HockeyApp SDK.

메소드 상세

Configure() 공개 정적인 메소드

Bootstraps HockeyApp SDK.
public static Configure ( this @this, string appId ) : IHockeyClientConfigurable
@this this
appId string The application identifier, which is a unique hash string which is automatically created when you add a new application to HockeyApp.
리턴 IHockeyClientConfigurable

Configure() 공개 정적인 메소드

Bootstraps HockeyApp SDK.
public static Configure ( this @this, string appId, TelemetryConfiguration configuration ) : IHockeyClientConfigurable
@this this
appId string The application identifier, which is a unique hash string which is automatically created when you add a new application to HockeyApp service.
configuration TelemetryConfiguration Telemetry Configuration.
리턴 IHockeyClientConfigurable