IClusterManager AddNode Method Couchbase .NET SDK 2.0
Adds a node to the cluster.

Namespace: Couchbase.Management
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
IResult AddNode(
	string ipAddress
)

Parameters

ipAddress
Type: System String
The IPAddress of the node.

Return Value

Type: IResult
A boolean value indicating the result.
See Also