This method is called when an asynchronous exists command completes successfully.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.16.1 (3.9.16.1)
Syntax
C#
void OnSuccess( Key key, bool exists )
Parameters
- key
- Type: Aerospike.ClientKey
unique record identifier - exists
- Type: SystemBoolean
whether key exists on server
See Also