Gripper

A web-scraping toolbox for .NET.

View on GitHub

Gripper.WebClient

Gripper.WebClient.Runtime.IChildProcessTracker

IChildProcessTracker.AddProcess(Process) Method

Add the process to be tracked and killed if the parent unexpectedly terminates.

void AddProcess(System.Diagnostics.Process process);

Parameters

process System.Diagnostics.Process
Process to be tracked.