Méthode | Description | |
---|---|---|
CheckForUpdatesAsync ( this @this, bool autoShowUi, Func |
Check for available updates asynchronously.
|
|
Configure ( this @this, string identifier ) : IHockeyClientConfigurable |
Configures the client.
|
|
CreateFeedbackThread ( this @this ) : IFeedbackThread |
Creates a new Feedback-Thread. Thread is stored on the server with the first message.
|
|
OpenFeedbackThreadAsync ( this @this, string feedbackToken ) : Task |
Opens a Feedback-Thread on the server.
|
|
RegisterCustomDispatcherUnhandledExceptionLogic ( this @this, Action |
This will run after HockeyApp has written the crash-log to disk.
|
|
RegisterCustomUnhandledExceptionLogic ( this @this, Action |
This will run after HockeyApp has written the crash-log to disk.
|
|
RegisterCustomUnobserveredTaskExceptionLogic ( this @this, Action |
This will run after HockeyApp has written the crash-log to disk.
|
|
RegisterDefaultUnobservedTaskExceptionHandler ( this @this ) : IHockeyClientConfigurable |
Adds the handler for UnobservedTaskExceptions
|
|
SendCrashesAsync ( this @this, System.Boolean sendAutomatically = false ) : Task |
Send crashes to the HockeyApp server. If crashes are available a messagebox will popoup to ask the user if he wants to send crashes.
|
|
UnregisterDefaultUnobservedTaskExceptionHandler ( this @this ) : IHockeyClientConfigurable |
Removes the handler for UnobservedTaskExceptions
|
|
UseCustomResourceManager ( this @this, |
Provide a custom resource manager to override standard sdk i18n strings
|
Méthode | Description | |
---|---|---|
CurrentDomain_UnhandledException ( object sender, |
||
Current_DispatcherUnhandledException ( object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e ) : void | ||
GetMD5Hash ( string sourceString ) : string | ||
TaskScheduler_UnobservedTaskException ( object sender, System.Threading.Tasks.UnobservedTaskExceptionEventArgs e ) : void |
public static CheckForUpdatesAsync ( this @this, bool autoShowUi, Func |
||
@this | this | |
autoShowUi | bool | Use the default update dialogs |
shutdownActions | Func |
Callback to gracefully stop your application. If using default-ui, call has to be provided. |
updateAvailableAction | Action |
Callback for available versions, if you want to provide own update dialogs |
Résultat | Task |
public static Configure ( this @this, string identifier ) : IHockeyClientConfigurable | ||
@this | this | |
identifier | string | Identifier. |
Résultat | IHockeyClientConfigurable |
public static CreateFeedbackThread ( this @this ) : IFeedbackThread | ||
@this | this | |
Résultat | IFeedbackThread |
public static OpenFeedbackThreadAsync ( this @this, string feedbackToken ) : Task |
||
@this | this | |
feedbackToken | string | A guid which identifies the Feedback-Thread |
Résultat | Task |
public static RegisterCustomDispatcherUnhandledExceptionLogic ( this @this, Action |
||
@this | this | |
customAction | Action |
|
Résultat | IHockeyClientConfigurable |
public static RegisterCustomUnhandledExceptionLogic ( this @this, Action |
||
@this | this | |
customAction | Action |
|
Résultat | IHockeyClientConfigurable |
public static RegisterCustomUnobserveredTaskExceptionLogic ( this @this, Action |
||
@this | this | |
customAction | Action |
|
Résultat | IHockeyClientConfigurable |
public static RegisterDefaultUnobservedTaskExceptionHandler ( this @this ) : IHockeyClientConfigurable | ||
@this | this | |
Résultat | IHockeyClientConfigurable |
public static SendCrashesAsync ( this @this, System.Boolean sendAutomatically = false ) : Task |
||
@this | this | |
sendAutomatically | System.Boolean | if true crashes will be sent without asking |
Résultat | Task |
public static UnregisterDefaultUnobservedTaskExceptionHandler ( this @this ) : IHockeyClientConfigurable | ||
@this | this | |
Résultat | IHockeyClientConfigurable |
public static UseCustomResourceManager ( this @this, |
||
@this | this | |
manager | resource manager to use | |
Résultat | IHockeyClientConfigurable |