remove


Description:

[ Version ( deprecated = true , deprecated_since = "3.6" , since = "3.2" ) ]
public virtual async bool remove (Cancellable? cancellable) throws Error

Warning: remove is deprecated since 3.6.

Removes the backing data for this Client.

Note:

Use remove instead.

For example, with the file backend this deletes the database file. You cannot get it back! The call is finished by remove.end from the callback.

Parameters:

this

an Client

cancellable

a Cancellable; can be null

callback

callback to call when a result is ready

user_data

user data for the callback