Click or drag to resize

QdbExpirableEntryExpiresFromNow Method

Sets an relative expiry time.

Namespace:  Quasardb
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public void ExpiresFromNow(
	TimeSpan ttl
)

Parameters

ttl
Type: SystemTimeSpan
The relative expiry time.
Exceptions
ExceptionCondition
QdbAliasNotFoundExceptionThe entry doesn't exists in the database.
See Also