Click or drag to resize

SolidFireElementListPendingActiveNodesAsync Method

ListPendingActiveNodes returns the list of nodes in the cluster that are currently in the PendingActive state, between the pending and active states. These are nodes that are currently being returned to the factory image.

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

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskListPendingActiveNodesResult

Implements

ISolidFireElementListPendingActiveNodesAsync(CancellationToken)
See Also