This method is called when an asynchronous info command completes successfully.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
void OnSuccess( Dictionary<string, string> map )
Parameters
- map
- Type: System.Collections.GenericDictionaryString, String
map of info command keys and result values.
See Also