fetch
Description:
[ Version ( since = "2.16" ) ]
public async List<WebsiteData> fetch (WebsiteDataTypes types, Cancellable? cancellable = null) throws Error
public async List<WebsiteData> fetch (WebsiteDataTypes types, Cancellable? cancellable = null) throws Error
Asynchronously get the list of WebsiteData for the given types
.
When the operation is finished, callback
will be called. You can then call fetch.end to get the result
of the operation.
Parameters:
this | |
types | |
cancellable |
a Cancellable or null to ignore |
callback |
a TaskReadyCallback to call when the request is satisfied |
user_data |
the data to pass to callback function |