C# 클래스 Microsoft.HockeyApp.HockeyClientWinFormsExtensions

HockeyClient Extension for WinForms.
파일 보기 프로젝트 열기: bitstadium/HockeySDK-Windows

공개 메소드들

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

비공개 메소드들

메소드 설명
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
Current_ThreadException ( object sender, ThreadExceptionEventArgs e ) : void
TaskScheduler_UnobservedTaskException ( object sender, System.Threading.Tasks.UnobservedTaskExceptionEventArgs e ) : void

메소드 상세

Configure() 공개 정적인 메소드

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

RegisterDefaultUnobservedTaskExceptionHandler() 공개 정적인 메소드

Adds the handler for UnobservedTaskExceptions
public static RegisterDefaultUnobservedTaskExceptionHandler ( this @this ) : IHockeyClientConfigurable
@this this
리턴 IHockeyClientConfigurable

SendCrashesAsync() 공개 정적인 메소드

Send crashes to the HockeyApp server
public static SendCrashesAsync ( this @this ) : Task
@this this
리턴 Task

UnregisterDefaultUnobservedTaskExceptionHandler() 공개 정적인 메소드

Removes the handler for UnobservedTaskExceptions
public static UnregisterDefaultUnobservedTaskExceptionHandler ( this @this ) : IHockeyClientConfigurable
@this this
리턴 IHockeyClientConfigurable