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
)
Public Shared Function GetLinkSpeedInfo (
managementScope As ManagementScope,
computername As String,
adapterName As String
) As Long
public:
static long long GetLinkSpeedInfo(
ManagementScope^ managementScope,
String^ computername,
String^ adapterName
)
static member GetLinkSpeedInfo :
managementScope : ManagementScope *
computername : string *
adapterName : string -> int64
Parameters
- managementScope
- Type: System.ManagementManagementScope
The management scope. - computername
- Type: SystemString
The computername. - adapterName
- Type: SystemString
Name of the adapter.
Return Value
Type:
Int64See Also