RemoveFilteredProcessById Method
Removes a process, by PID, from the list of filtered processes.
Syntax
public void removeFilteredProcessById(int processId);
Remarks
This method removes the process with the specified ProcessId (PID) from the list of processes whose requests should be filtered.
The value passed for ProcessId must be one that was previously used to call AddFilteredProcessById; please refer to its documentation for more information.
Note: This method can only be called when Active is true.