InfoListenerOnSuccess Method

This method is called when an asynchronous info command completes successfully.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
void OnSuccess(
	Dictionary<string, string> map
)

Parameters

map  DictionaryString, String
map of info command keys and result values.

See Also