C# Class Microsoft.HockeyApp.HockeyClientWinFormsExtensions

HockeyClient Extension for WinForms.
Afficher le fichier Open project: bitstadium/HockeySDK-Windows

Méthodes publiques

Méthode Description
Configure ( this @this, string identifier, bool keepRunningAfterException ) : IHockeyClientConfigurable

Configures HockeyClient.

RegisterDefaultUnobservedTaskExceptionHandler ( this @this ) : IHockeyClientConfigurable

Adds the handler for UnobservedTaskExceptions

SendCrashesAsync ( this @this ) : Task

Send crashes to the HockeyApp server

UnregisterDefaultUnobservedTaskExceptionHandler ( this @this ) : IHockeyClientConfigurable

Removes the handler for UnobservedTaskExceptions

Private Methods

Méthode Description
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
Current_ThreadException ( object sender, ThreadExceptionEventArgs e ) : void
TaskScheduler_UnobservedTaskException ( object sender, System.Threading.Tasks.UnobservedTaskExceptionEventArgs e ) : void

Method Details

Configure() public static méthode

Configures HockeyClient.
public static Configure ( this @this, string identifier, bool keepRunningAfterException ) : IHockeyClientConfigurable
@this this
identifier string Identfier.
keepRunningAfterException bool Keep running after exception.
Résultat IHockeyClientConfigurable

RegisterDefaultUnobservedTaskExceptionHandler() public static méthode

Adds the handler for UnobservedTaskExceptions
public static RegisterDefaultUnobservedTaskExceptionHandler ( this @this ) : IHockeyClientConfigurable
@this this
Résultat IHockeyClientConfigurable

SendCrashesAsync() public static méthode

Send crashes to the HockeyApp server
public static SendCrashesAsync ( this @this ) : Task
@this this
Résultat Task

UnregisterDefaultUnobservedTaskExceptionHandler() public static méthode

Removes the handler for UnobservedTaskExceptions
public static UnregisterDefaultUnobservedTaskExceptionHandler ( this @this ) : IHockeyClientConfigurable
@this this
Résultat IHockeyClientConfigurable