Click or drag to resize

SolidFireElementEnableBmcColdResetAsync Method (CancellationToken, NullableInt64)

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(
	CancellationToken cancellationToken,
	Nullable<long> Timeout = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
Timeout (Optional)
Type: SystemNullableInt64

Return Value

Type: TaskEnableBmcColdResetResult

Implements

ISolidFireElementEnableBmcColdResetAsync(CancellationToken, NullableInt64)
See Also