nn::nex::DataStoreLogicServerClient::UnperpetuateObject Member Function

Syntax

virtual qBool UnperpetuateObject(
     ProtocolCallContext * pContext,
     qUnsignedInt16 persistenceSlotId,
     qBool deleteLastObject = false
);

Parameters

Name Description
in pContext Call information.
in persistenceSlotId The persistence slot ID that is used by the data that is to be unperpetuated.
in deleteLastObject Specifies whether to delete the data that is being unperpetuated. The default is not to delete the data.

Return Values



Value Description
true RMC call initialization succeeded.
false Failure.

Description

Unperpetuates data.

The data is reconstituted as data that can be automatically deleted. The unperpetuated data expires after the current time plus the number of valid days. If TRUE is specified for deleteLastObject, the data is deleted at the same time it is unperpetuated.

Revision History

2012/05/29
Initial version.

CONFIDENTIAL