InfoRequest Method (Connection)

Aerospike
Get all the default info from the specified database server node.

Namespace:  Aerospike.Client
Assembly:  AerospikeClient (in AerospikeClient.dll) Version: 3.9.16.1 (3.9.16.1)
Syntax

C#
public static Dictionary<string, string> Request(
	Connection conn
)

Parameters

conn
Type: Connection
socket connection to server node

Return Value

Type: DictionaryString, String
See Also

Reference