ExistsListener OnSuccess Method Aerospike
This method is called when an asynchronous exists command completes successfully.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 4.1.1.0 (4.1.1)
Syntax

Parameters

key
Type: Aerospike.Client Key
unique record identifier
exists
Type: System Boolean
whether key exists on server
See Also