Click or drag to resize

ISolidFireElementGetDriveHardwareInfoAsync Method (GetDriveHardwareInfoRequest, CancellationToken)

GetDriveHardwareInfo returns all the hardware information for the given drive. 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#
Task<GetDriveHardwareInfoResult> GetDriveHardwareInfoAsync(
	GetDriveHardwareInfoRequest obj,
	CancellationToken cancellationToken
)

Parameters

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

Return Value

Type: TaskGetDriveHardwareInfoResult
See Also