Click or drag to resize

ISolidFireElementGetFeatureStatusAsync Method (CancellationToken, 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#
Task<GetFeatureStatusResult> GetFeatureStatusAsync(
	CancellationToken cancellationToken,
	string Feature = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
Feature (Optional)
Type: SystemString

Return Value

Type: TaskGetFeatureStatusResult
See Also