ProcessTrafficMonitor Constructor

Initializes a new instance of the ProcessTrafficMonitor class.

Definition

Namespace: DevCase.Core.Networking.TrafficMonitoring
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public ProcessTrafficMonitor(
	int processId
)

Parameters

processId  Int32
The PID of the process to monitor.

Note that the process should have the performance counters feature enabled to be able to use the counters.

Remarks

The application's configuration file (app.config) should look like this:

C#
No code example is currently available or this language may not be supported.

MSDN Documentation: https://msdn.microsoft.com/en-us/library/ms229151%28v=vs.110%29.aspx

See Also