Click or drag to resize

SolidFireElementGetIpmiConfigAsync Method (CancellationToken, String)

GetIpmiConfig enables you to retrieve hardware sensor information from sensors that are in your node.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<GetIpmiConfigResult> GetIpmiConfigAsync(
	CancellationToken cancellationToken,
	string ChassisType = null
)

Parameters

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

Return Value

Type: TaskGetIpmiConfigResult

Implements

ISolidFireElementGetIpmiConfigAsync(CancellationToken, String)
See Also