set_display_name_async


Description:

[ Version ( since = "0.9.0" ) ]
public async bool set_display_name_async (string display_name) throws Error

Requests an asynchronous set of the DisplayName property of this.

When the operation is finished, callback will be called. You can then call set_display_name_async.end to get the result of the operation.

Parameters:

this

a Account

display_name

a new display name, or null to unset the display name

callback

a callback to call when the request is satisfied

user_data

data to pass to callback