Removes a failed over node from the cluster.
Namespace: Couchbase.ManagementAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
SyntaxTask<IResult> RemoveNodeAsync(
string ipAddress
)
Task<IResult> RemoveNodeAsync(
string ipAddress
)
Function RemoveNodeAsync (
ipAddress As String
) As Task(Of IResult)
Function RemoveNodeAsync (
ipAddress As String
) As Task(Of IResult)
Task<IResult^>^ RemoveNodeAsync(
String^ ipAddress
)
Task<IResult^>^ RemoveNodeAsync(
String^ ipAddress
)
abstract RemoveNodeAsync :
ipAddress : string -> Task<IResult>
abstract RemoveNodeAsync :
ipAddress : string -> Task<IResult>
Parameters
- ipAddress
- Type: System.String
The IPAddress of the node.
Return Value
Type:
Task<IResult>A boolean value indicating the result.
RemarksThe node must have been failed over before removing or else this operation will fail.
See Also