Click or drag to resize

ISolidFireElementClearClusterFaultsAsync Method (CancellationToken, String)

You can use the ClearClusterFaults method to clear information about both current and previously detected faults. Both resolved and unresolved faults can be cleared.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
Task<ClearClusterFaultsResult> ClearClusterFaultsAsync(
	CancellationToken cancellationToken,
	string FaultTypes = null
)

Parameters

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

Return Value

Type: TaskClearClusterFaultsResult
See Also