remove_async


Description:

public async bool remove_async (string name, ProgressCallback? progress_callback, Cancellable? cancellable) throws Error

Asynchronously uninstall a snap.

Note:

Deprecated 1.50: Use remove2_async

See remove_sync for more information.

Parameters:

this

a Client.

name

name of snap to remove.

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 progress_callback.

user_data

the data to pass to callback function.