This method is called when an asynchronous record is received from the server.
The receive sequence is not ordered.
Namespace: Aerospike.ClientThe user may throw a exception if the command should be aborted. If any exception is thrown, parallel command threads to other nodes will also be terminated and the exception will be propagated back through the commandFailed() call.
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.5.0.0 (3.5.0)
Syntax
Parameters
- key
- Type: Aerospike.Client Key
unique record identifier
- record
- Type: Aerospike.Client Record
record instance, will be null if the key is not found
Exceptions
Exception | Condition |
---|---|
Aerospike.Client AerospikeException | if error occurs or scan should be terminated. |
See Also