Get many info values by name from the specified database server node.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public static Dictionary<string, string> Request( Connection conn, params string[] names )
Parameters
- conn
- Type: Connection
socket connection to server node - names
- Type: SystemString
names of values to retrieve
Return Value
Type: DictionaryString, StringSee Also