This method is called when the command completes successfully.
The returned boolean array is in positional order with the original key array order.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.3.1.0 (5.3.1)
Syntax
C#
void OnSuccess( Key[] keys, bool[] exists )
Parameters
- keys
- Type: Aerospike.ClientKey
unique record identifiers - exists
- Type: SystemBoolean
whether keys exists on server
See Also