Reset record time to expiration without changing its value for specified key.
The record generation count will also be incremented.
This method returns KEY_NOT_FOUND_ERROR if the record does not exist.
Namespace: net.citrusleafAssembly: CitrusleafLibrary (in CitrusleafLibrary.dll) Version: 2.0.0.0 (2.0.23.86)
Syntax
Parameters
- ns
- Type:
System String
Namespace.
- set
- Type:
System String
Optional set name.
- key
- Type:
System Object
Record identifier. Unique within set.
- expiration_seconds
- Type:
System Int32
Seconds until expiration.
- timeoutMillis
- Type:
System Int32
Client request timeout in milliseconds.
Return Value
Result status.See Also