Click or drag to resize

SolidFireElementListClusterInterfacePreferencesAsync Method

Lists all the existing cluster interface preferences.

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

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskListClusterInterfacePreferencesResult

Implements

ISolidFireElementListClusterInterfacePreferencesAsync(CancellationToken)
See Also