Click or drag to resize

SolidFireElementListPendingNodesAsync Method

ListPendingNodes returns a list of the currently pending nodes in the system. Pending nodes are nodes that are running and configured to join the cluster, but have not yet been added via the AddNodes API method.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<ListPendingNodesResult> ListPendingNodesAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskListPendingNodesResult

Implements

ISolidFireElementListPendingNodesAsync(CancellationToken)
See Also