Info Request Method (IPEndPoint, String)Aerospike
Get one info value by name from the specified database server node. This method does not support secure connections nor user authentication.

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

Parameters

socketAddress
Type: System.Net IPEndPoint
InetSocketAddress of server node
name
Type: System String
name of value to retrieve
See Also