get_user_async


Description:

[ Version ( since = "0.9.1" ) ]
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

a PicasaWebService

username

the username of the user whose information you wish to retrieve, or null for the currently authenticated user

cancellable

optional Cancellable object, or null

callback

a TaskReadyCallback to call when the query is finished

user_data

data to pass to the callback function