Service.loadCollectionsFinish

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

class Service
bool
loadCollectionsFinish
(
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