This method is called when an asynchronous get or operate command completes successfully.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.3.1.0 (5.3.1)
Syntax
C#
void OnSuccess( Key key, Record record )
Parameters
- key
- Type: Aerospike.ClientKey
unique record identifier - record
- Type: Aerospike.ClientRecord
record instance if found, otherwise null
See Also