Service.lockFinish

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

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

class Service
int
lockFinish
(
AsyncResultIF result
,
out ListG locked
)

Parameters

result AsyncResultIF

asynchronous result passed to the callback

locked ListG

location to place list of items or collections that were locked

Return Value

Type: int

the number of items or collections that were locked

Throws

GException on failure.

Meta