ClusterManager AddNodeAsync 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.0.0 (2.0.0.0)
Syntax
public Task<IResult> AddNodeAsync(
	string ipAddress
)

Parameters

ipAddress
Type: System String
The IPAddress of the node.

Return Value

Type: Task IResult 
A boolean value indicating the result.

Implements

IClusterManager AddNodeAsync(String)
See Also