Example #1
0
 public void TerminateProcessInGuest(long pid)
 {
     //throw new NotImplementedException();
     _vimService.TerminateProcessInGuest(
         _morProcessManager,          //VimLib.VimServiceReference.ManagedObjectReference _this,
         _morVM,                      //VimLib.VimServiceReference.ManagedObjectReference vm,
         _NamePasswordAuthentication, //VimLib.VimServiceReference.GuestAuthentication auth,
         pid                          //long pid
         );
 }