open


Description:

[ Version ( since = "3.10" ) ]
public async bool open (Cancellable? cancellable) throws Error

Asynchronously "opens" the this.

Opening a backend is something of an outdated concept, but the operation is hanging around for a little while longer. This usually involves some custom initialization logic, and testing of remote authentication if applicable.

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

Parameters:

this

an BookBackend

cancellable

optional Cancellable object, or null

callback

a TaskReadyCallback to call when the request is satisfied

user_data

data to pass to the callback function