Click or drag to resize

SolidFireElementModifyClusterInterfacePreferenceAsync Method (ModifyClusterInterfacePreferenceRequest, CancellationToken)

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(
	ModifyClusterInterfacePreferenceRequest obj,
	CancellationToken cancellationToken
)

Parameters

obj
Type: SolidFire.Element.ApiModifyClusterInterfacePreferenceRequest
cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskModifyClusterInterfacePreferenceResult

Implements

ISolidFireElementModifyClusterInterfacePreferenceAsync(ModifyClusterInterfacePreferenceRequest, CancellationToken)
See Also