Click or drag to resize

SolidFireElementEnableFeatureAsync Method (CancellationToken, String)

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(
	CancellationToken cancellationToken,
	string Feature
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
Feature
Type: SystemString

Return Value

Type: TaskEnableFeatureResult

Implements

ISolidFireElementEnableFeatureAsync(CancellationToken, String)
See Also