Get one info value by name from the specified database server node, using
host name and port.
This method does not support user authentication.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.0.0 (5.1.0)
Syntax
C#
public static string Request( string hostname, int port, string name )
Parameters
- hostname
- Type: SystemString
host name - port
- Type: SystemInt32
host port - name
- Type: SystemString
name of value to retrieve
Return Value
Type: StringSee Also