ClusterManager FailoverNode Method Couchbase .NET SDK 2.0
Fails over a given node

Namespace: Couchbase.Management
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public IResult FailoverNode(
	string hostname
)

Parameters

hostname
Type: System String
The name of the node to remove.

Return Value

Type: IResult
A boolean value indicating the result.

Implements

IClusterManager FailoverNode(String)
See Also