 | QdbIntegerPut Method |
Sets the value of the integer, fails if it already exists.
Namespace:
Quasardb
Assembly:
Quasardb (in Quasardb.dll) Version: 3.9.9.0 (3.9.9.0)
Syntaxpublic void Put(
long value,
Nullable<DateTime> expiryTime = null
)
Public Sub Put (
value As Long,
Optional expiryTime As Nullable(Of DateTime) = Nothing
)
Parameters
- value
- Type: SystemInt64
The initial value of the new integer. - expiryTime (Optional)
- Type: SystemNullableDateTime
The expiry time of the integer.
Exceptions
See Also