RecordListenerOnSuccess Method

This method is called when an asynchronous get or operate command completes successfully.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
void OnSuccess(
	Key key,
	Record record
)

Parameters

key  Key
unique record identifier
record  Record
record instance if found, otherwise null

See Also