ClusterManager RebalanceAsync Method Couchbase .NET SDK 2.0
Initiates a rebalance across 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> RebalanceAsync()

Return Value

Type: Task IResult 
A boolean value indicating the result.

Implements

IClusterManager RebalanceAsync 
See Also