Click or drag to resize

SolidFireElementGetClusterConfigAsync Method

The GetClusterConfig API method enables you to return information about the cluster configuration this node uses to communicate with the cluster that it is a part of.

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

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskGetClusterConfigResult

Implements

ISolidFireElementGetClusterConfigAsync(CancellationToken)
See Also