Click or drag to resize

SolidFireElementGetDriveHardwareInfoAsync Method (CancellationToken, Int64)

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#
public Task<GetDriveHardwareInfoResult> GetDriveHardwareInfoAsync(
	CancellationToken cancellationToken,
	long DriveID
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
DriveID
Type: SystemInt64

Return Value

Type: TaskGetDriveHardwareInfoResult

Implements

ISolidFireElementGetDriveHardwareInfoAsync(CancellationToken, Int64)
See Also