create_user_async
Description:
[ Version ( since = "0.6.27" ) ]
public async User create_user_async (string username, string fullname, UserAccountType accounttype, Cancellable? cancellable) throws Error
public async User create_user_async (string username, string fullname, UserAccountType accounttype, Cancellable? cancellable) throws Error
Asynchronously creates a user account on the system.
For more details, see create_user, which is the synchronous version of this call.
Parameters:
| this | |
| username |
a unix user name |
| fullname |
a unix GECOS value |
| accounttype | |
| cancellable |
optional Cancellable object, |
| callback |
a TaskReadyCallback to call when the request is satisfied |
| user_data |
the data to pass to |