Initialize Aerospike client.
If the host connection succeeds, the client will:
Namespace: Aerospike.Client- 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.
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.0.0.0 (3.0.3)
Syntax
Exceptions
Exception | Condition |
---|---|
Aerospike.Client AerospikeException | if host connection fails |
See Also