Пример #1
0
 private void bgThread_GpUpdate(object sender, DoWorkEventArgs e)
 {
     // Background thread to force a group policy update on the target computer.
     e.Result = RemoteTask.TaskGpupdate(e.Argument as string);
 }