disable_aliases_async
Description:
[ Version ( deprecated = true , deprecated_since = "1.25" , since = "1.8" ) ]
public async bool disable_aliases_async (string snap, string[] aliases, ProgressCallback? progress_callback, Cancellable? cancellable) throws Error
public async bool disable_aliases_async (string snap, string[] aliases, ProgressCallback? progress_callback, Cancellable? cancellable) throws Error
Warning: disable_aliases_async is deprecated since 1.25.
Asynchronously change the state of aliases.
Note:
Use unalias_async
See disable_aliases_sync for more information.
Parameters:
this |
a Client. |
snap |
the name of the snap to modify. |
aliases |
the aliases to modify. |
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. |