메소드 | 설명 | |
---|---|---|
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, |
||
Current_ThreadException ( object sender, |
||
TaskScheduler_UnobservedTaskException ( object sender, System.Threading.Tasks.UnobservedTaskExceptionEventArgs e ) : void |
public static Configure ( this @this, string identifier, bool keepRunningAfterException ) : IHockeyClientConfigurable | ||
@this | this | |
identifier | string | Identfier. |
keepRunningAfterException | bool | Keep running after exception. |
리턴 | IHockeyClientConfigurable |
public static RegisterDefaultUnobservedTaskExceptionHandler ( this @this ) : IHockeyClientConfigurable | ||
@this | this | |
리턴 | IHockeyClientConfigurable |
public static SendCrashesAsync ( this @this ) : Task |
||
@this | this | |
리턴 | Task |
public static UnregisterDefaultUnobservedTaskExceptionHandler ( this @this ) : IHockeyClientConfigurable | ||
@this | this | |
리턴 | IHockeyClientConfigurable |