Click or drag to resize

SolidFireElementModifyClusterInterfacePreferenceAsync Method (CancellationToken, String, String)

Modifies an existing cluster interface preference.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<ModifyClusterInterfacePreferenceResult> ModifyClusterInterfacePreferenceAsync(
	CancellationToken cancellationToken,
	string Name,
	string Value
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
Name
Type: SystemString
Value
Type: SystemString

Return Value

Type: TaskModifyClusterInterfacePreferenceResult

Implements

ISolidFireElementModifyClusterInterfacePreferenceAsync(CancellationToken, String, String)
See Also