IAsyncClient Touch Method (WritePolicy, CancellationToken, Key)Aerospike
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.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 4.0.2.0 (4.0.2)
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

See Also