Click or drag to resize

ISolidFireElement.DisableBmcColdResetAsync Method

DisableBmcColdReset disables the background task that periodically resets the Baseboard Management Controller (BMC) for all nodes in the cluster.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
Task<DisableBmcColdResetResult> DisableBmcColdResetAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.Threading.CancellationToken

Return Value

Type: Task<DisableBmcColdResetResult>
See Also