This method is called when an asynchronous execute command completes successfully.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.3.2.0 (5.3.2)
Syntax
C#
void OnSuccess( Key key, Object obj )
Parameters
- key
- Type: Aerospike.ClientKey
unique record identifier - obj
- Type: SystemObject
returned object
See Also