Click or drag to resize

SolidFireElementGetClusterInfoAsync Method

GetClusterInfo enables you to return configuration information about the cluster.

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

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskGetClusterInfoResult

Implements

ISolidFireElementGetClusterInfoAsync(CancellationToken)
See Also