set_service_async


Description:

[ Version ( since = "0.11.9" ) ]
public async bool set_service_async (string service) throws Error

Requests an asynchronous set of the Service property on this.

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

Parameters:

this

a Account

service

a new service name, or null or the empty string to unset the service name (which will result in the service property becoming the same as protocol)

callback

a callback to call when the request is satisfied

user_data

data to pass to callback