Click or drag to resize

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

Parameters

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

Return Value

Type: TaskGetFeatureStatusResult

Implements

ISolidFireElementGetFeatureStatusAsync(CancellationToken, String)
See Also