ISolidFireElementGetNodeHardwareInfoAsync 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 Task<GetNodeHardwareInfoResult> GetNodeHardwareInfoAsync(
CancellationToken cancellationToken,
long NodeID
)
Parameters
- cancellationToken
- Type: System.ThreadingCancellationToken
- NodeID
- Type: SystemInt64
Return Value
Type:
TaskGetNodeHardwareInfoResultSee Also