logout_async
Description:
[ Version ( since = "1.55" ) ]
public async bool logout_async (int64 id, Cancellable? cancellable) throws Error
public async bool logout_async (int64 id, Cancellable? cancellable) throws Error
Asynchronously log out from the snap store.
See logout_sync for more information.
Parameters:
this |
a Client. |
id |
login ID to use. |
cancellable |
a Cancellable or null. |
callback |
a TaskReadyCallback to call when the request is satisfied. |
user_data |
the data to pass to callback function. |