Click or drag to resize

SolidFireElementEnableBmcColdResetAsync Method (EnableBmcColdResetRequest, CancellationToken)

EnableBmcColdReset enables a 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#
public Task<EnableBmcColdResetResult> EnableBmcColdResetAsync(
	EnableBmcColdResetRequest obj,
	CancellationToken cancellationToken
)

Parameters

obj
Type: SolidFire.Element.ApiEnableBmcColdResetRequest
cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskEnableBmcColdResetResult

Implements

ISolidFireElementEnableBmcColdResetAsync(EnableBmcColdResetRequest, CancellationToken)
See Also