Collection.loadItemsFinish

Complete an asynchronous operation to ensure that the #SecretCollection proxy has loaded all the items present in the Secret Service.

class Collection
bool
loadItemsFinish
(
AsyncResultIF result
)

Parameters

result AsyncResultIF

the asynchronous result passed to the callback

Return Value

Type: bool

whether the load was successful or not

Throws

GException on failure.

Meta