Click or drag to resize

SolidFireElementGetClusterVersionInfoAsync Method

GetClusterVersionInfo enables you to retrieve information about the Element software version running on each node in the cluster. This method also returns information about nodes that are currently in the process of upgrading software.

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

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskGetClusterVersionInfoResult

Implements

ISolidFireElementGetClusterVersionInfoAsync(CancellationToken)
See Also