This method is called when an asynchronous delete command completes successfully.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.0.0.0 (5.0.0)
Syntax
C#
void OnSuccess( Key key, bool existed )
Parameters
- key
- Type: Aerospike.ClientKey
unique record identifier - existed
- Type: SystemBoolean
whether record existed on server before deletion
See Also