get_user_async
Description:
[ Version ( since = "0.9.1" ) ]
public async PicasaWebUser get_user_async (string? username, Cancellable? cancellable) throws Error
public async PicasaWebUser get_user_async (string? username, Cancellable? cancellable) throws Error
Queries the service to return the user specified by username
.
For more details, see get_user which is the synchronous version of this method.
When the operation is finished, callback
will be called. You can then call get_user_async.end to get
the results of the operation.
Parameters:
this | |
username |
the username of the user whose information you wish to retrieve, or |
cancellable |
optional Cancellable object, or |
callback |
a TaskReadyCallback to call when the query is finished |
user_data |
data to pass to the |