ScanCallback DelegateAerospike
This method will be called for each record returned from a scan. The user may throw a exception if the scan should be aborted. If any exception is thrown, parallel scan threads to other nodes will also be terminated and the exception will be propagated back through the initiating scan call.

Multiple threads will likely be calling scanCallback in parallel. Therefore, your scanCallback implementation should be thread safe.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.4.0.0 (3.4.2)
Syntax

Exceptions

See Also