delete_entry_async


Description:

[ Version ( since = "0.9.0" ) ]
public async bool delete_entry_async (AuthorizationDomain? domain, Entry entry, Cancellable? cancellable) throws Error

Deletes entry from the server.

this and entry are both reffed when this function is called, so can safely be unreffed after this function returns.

For more details, see delete_entry, which is the synchronous version of this function.

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

Parameters:

this

a Service

domain

the AuthorizationDomain the deletion falls under, or null

entry

the Entry to delete

cancellable

optional Cancellable object, or null

callback

a TaskReadyCallback to call when deletion is finished, or null

user_data

data to pass to the callback function