Click or drag to resize

QdbExpirableEntryExpiresAt Method

Sets an absolute expiry time.

Namespace:  Quasardb
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public void ExpiresAt(
	DateTime expiryTime
)

Parameters

expiryTime
Type: SystemDateTime
The absolute expiry time.
Exceptions
ExceptionCondition
QdbAliasNotFoundExceptionThe entry doesn't exists in the database.
See Also