Click or drag to resize

SolidFireElementListActiveNodesAsync Method

ListActiveNodes returns the list of currently active nodes that are in the cluster.

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

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskListActiveNodesResult

Implements

ISolidFireElementListActiveNodesAsync(CancellationToken)
See Also