Click or drag to resize

SolidFireElementGetNodeHardwareInfoAsync Method (CancellationToken, Int64)

GetNodeHardwareInfo enables you to return all the hardware information and status for the node specified. This generally includes details about manufacturers, vendors, versions, and other associated hardware identification information.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<GetNodeHardwareInfoResult> GetNodeHardwareInfoAsync(
	CancellationToken cancellationToken,
	long NodeID
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
NodeID
Type: SystemInt64

Return Value

Type: TaskGetNodeHardwareInfoResult

Implements

ISolidFireElementGetNodeHardwareInfoAsync(CancellationToken, Int64)
See Also