try_async
Description:
[ Version ( since = "1.9" ) ]
public async bool try_async (string path, ProgressCallback? progress_callback, Cancellable? cancellable) throws Error
public async bool try_async (string path, ProgressCallback? progress_callback, Cancellable? cancellable) throws Error
Asynchronously try a snap.
See try_sync for more information.
Parameters:
| this |
a Client. |
| path |
path to snap directory to try. |
| progress_callback |
function to callback with progress. |
| cancellable |
a Cancellable or null. |
| callback |
a TaskReadyCallback to call when the request is satisfied. |
| progress_callback_data |
user data to pass to |
| user_data |
the data to pass to callback function. |