RecordSequenceListener OnRecord Method Aerospike
This method is called when an asynchronous record is received from the server. The receive sequence is not ordered.

The 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.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.0.0.0 (3.0.13)
Syntax

Exceptions

See Also