[ 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.
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
.
this |
an Client |
cancellable |
a Cancellable; can be |
callback |
callback to call when a result is ready |
user_data |
user data for the |