InfoRequest(IPEndPoint, String) Method

Get one info value by name from the specified database server node. This method does not support secure connections nor user authentication.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public static string Request(
	IPEndPoint socketAddress,
	string name
)

Parameters

socketAddress  IPEndPoint
InetSocketAddress of server node
name  String
name of value to retrieve

Return Value

String

See Also