ConfigurationGetBandwidth Method |
Gives network bandwidth
Namespace:
VMInfoFace.Network
Assembly:
VMInfoFace.Network (in VMInfoFace.Network.dll) Version: 21.5.28.1 (21.5.28.1171)
Syntaxpublic long GetBandwidth(
string pNetworkName
)
Public Function GetBandwidth (
pNetworkName As String
) As Long
Parameters
- pNetworkName
- Type: SystemString
Network name
Return Value
Type:
Int64If network found then gives bandwidth any else -1
See Also