示例#1
0
 /// <summary>
 /// Remove a watcher of this Process
 /// </summary>
 /// <param name="pid">Id of the Process that will stop watching this Process</param>
 public Unit RemoveWatcher(ProcessId pid) =>
 sys.RemoveWatcher(pid, Id);