C# Класс Microsoft.HockeyApp.HockeyClientExtensionsUwp

Send information to the HockeyApp service.
Показать файл Открыть проект

Открытые методы

Метод Описание
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