This method is called when an asynchronous write command completes successfully.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.0.0 (5.1.0)
Syntax
C#
void OnSuccess( Key key )
Parameters
- key
- Type: Aerospike.ClientKey
unique record identifier
See Also