Click or drag to resize

SolidFireElementGetFeatureStatus Method (String)

GetFeatureStatus enables you to retrieve the status of a cluster feature.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public GetFeatureStatusResult GetFeatureStatus(
	string Feature = null
)

Parameters

Feature (Optional)
Type: SystemString

Return Value

Type: GetFeatureStatusResult

Implements

ISolidFireElementGetFeatureStatus(String)
See Also