BatchListListenerOnSuccess Method

Aerospike
This method is called when the command completes successfully.

Namespace:  Aerospike.Client
Assembly:  AerospikeClient (in AerospikeClient.dll) Version: 5.0.0.0 (5.0.0)
Syntax

C#
void OnSuccess(
	List<BatchRead> records
)

Parameters

records
Type: System.Collections.GenericListBatchRead
record instances, will be null if the key is not found.
See Also

Reference