IClusterManager FailoverNodeAsync 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
Task<IResult> FailoverNodeAsync(
	string hostname
)

Parameters

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

Return Value

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