delete_user_async
Description:
[ Version ( since = "0.6.27" ) ]
public async bool delete_user_async (User user, bool remove_files, Cancellable? cancellable) throws Error
public async bool delete_user_async (User user, bool remove_files, Cancellable? cancellable) throws Error
Asynchronously deletes a user account from the system.
For more details, see delete_user, which is the synchronous version of this call.
Parameters:
this | |
user |
a User object |
remove_files |
|
cancellable |
optional Cancellable object, |
callback |
a TaskReadyCallback to call when the request is satisfied |
user_data |
the data to pass to |