unalias_async
Description:
[ Version ( since = "1.25" ) ]
public async bool unalias_async (string? snap, string? alias, ProgressCallback? progress_callback, Cancellable? cancellable) throws Error
public async bool unalias_async (string? snap, string? alias, ProgressCallback? progress_callback, Cancellable? cancellable) throws Error
Asynchronously remove an alias from an app.
See unalias_sync for more information.
Parameters:
| this |
a Client. |
| snap |
the name of the snap to modify or null. |
| alias |
the name of the alias to remove or null to remove all aliases for the given snap. |
| 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. |