AerospikeClient(String, Int32) Constructor
Initialize Aerospike client.
If the host connection succeeds, the client will:
- Add host to the cluster map
- Request host's list of other nodes in cluster
- Add these nodes to cluster map
If the connection succeeds, the client is ready to process database requests.
If the connection fails, the cluster will remain in a disconnected State
until the server is activated.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
public AerospikeClient(
string hostname,
int port
)
Parameters
- hostname String
- host name
- port Int32
- host port