Click or drag to resize

SolidFireElementEnableFeatureAsync Method (EnableFeatureRequest, CancellationToken)

You can use EnableFeature to enable cluster features that are disabled by default.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<EnableFeatureResult> EnableFeatureAsync(
	EnableFeatureRequest obj,
	CancellationToken cancellationToken
)

Parameters

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

Return Value

Type: TaskEnableFeatureResult

Implements

ISolidFireElementEnableFeatureAsync(EnableFeatureRequest, CancellationToken)
See Also