ISolidFireElementListPendingNodesAsync 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
SyntaxTask<ListPendingNodesResult> ListPendingNodesAsync(
CancellationToken cancellationToken
)
Parameters
- cancellationToken
- Type: System.ThreadingCancellationToken
Return Value
Type:
TaskListPendingNodesResult
See Also