Service.unlockFinish

Complete asynchronous operation to unlock items or collections in the secret service.

The secret service may not be able to unlock items individually, and may unlock an entire collection instead.

class Service
int
unlockFinish
(
AsyncResultIF result
,
out ListG unlocked
)

Parameters

result AsyncResultIF

asynchronous result passed to the callback

unlocked ListG

location to place list of items or collections that were unlocked

Return Value

Type: int

the number of items or collections that were unlocked

Throws

GException on failure.

Meta