get_elements


Description:

public async List<ClientItem> get_elements (string[] uuids) throws Error

Get some items from the GPasteDaemon

Parameters:

this

a Client instance

uuids

the uuids of the elements we want to get

callback

A TaskReadyCallback to call when the request is satisfied or null if you don't care about the result of the method invocation.

n_uuids

the number of uuids

user_data

The data to pass to callback.