NetworkTrafficMonitor Constructor
Namespace: DevCase.Core.Networking.TrafficMonitoringAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public NetworkTrafficMonitor(
string interfaceName
)
Public Sub New (
interfaceName As String
)
Dim interfaceName As String
Dim instance As New NetworkTrafficMonitor(interfaceName)
public:
NetworkTrafficMonitor(
String^ interfaceName
)
new :
interfaceName : string -> NetworkTrafficMonitor
No code example is currently available or this language may not be supported.
Parameters
- interfaceName String
-
The name of the interface to monitor.
NotImplementedException
|
Performance Counters doesn't include the category.
|
ArgumentException
|
The specified interface is not available or doesn't exist.;interfaceName
|