IAsyncClient Touch Method Aerospike
Overload List

  NameDescription
Public methodTouch(WritePolicy, Key)
Reset record's time to expiration using the policy's expiration. Fail if the record does not exist.
(Inherited from IAerospikeClient.)
Public methodTouch(WritePolicy, CancellationToken, Key)
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.
Back to Top
See Also