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: 4.0.2.0 (4.0.2)
Syntax

Parameters

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