Asynchronously reset record's time to expiration using the policy's expiration.
Create listener, call asynchronous touch and return task monitor.
Fail if the record does not exist.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 4.2.6.0 (4.2.6)
Syntax
Parameters
- policy
- Type: Aerospike.Client WritePolicy
write configuration parameters, pass in null for defaults
- token
- Type: System.Threading CancellationToken
cancellation token
- key
- Type: Aerospike.Client Key
unique record identifier
Exceptions
Exception | Condition |
---|---|
Aerospike.Client AerospikeException | if queue is full |
See Also