Click or drag to resize

HardwareOperationGetLinkSpeedInfo Method

Retrieves link speed information.

Namespace:  Xcalibur.WMI.Hardware
Assembly:  Xcalibur.WMI (in Xcalibur.WMI.dll) Version: 3.0.0.0 (3.0.1.0)
Syntax
public static long GetLinkSpeedInfo(
	ManagementScope managementScope,
	string computername,
	string adapterName
)

Parameters

managementScope
Type: System.ManagementManagementScope
The management scope.
computername
Type: SystemString
The computername.
adapterName
Type: SystemString
Name of the adapter.

Return Value

Type: Int64
See Also