Add a host to the client's cluster map. The following actions occur upon the first
invocation of this method:
Namespace: net.citrusleaf- Create new cluster map.
- Add host to cluster map.
- Connect to host server.
- Request host's list of other nodes in the cluster.
- Add these nodes to the cluster map.
Assembly: CitrusleafLibrary (in CitrusleafLibrary.dll) Version: 2.0.0.0 (2.0.23.86)
Syntax
Parameters
- host
- Type:
System String
Host name.
- port
- Type:
System Int32
Host port.
- ipMapping (Optional)
- Type:
System.Collections.Generic Dictionary
String,
String
Optional host name/IP address mapping. Use in cases where DNS lookups are not desirable.
Return Value
Result status.See Also