How to restart compute node using c# api?
-
2012. április 22. 12:17
Hi,
I need to Restart Compute node Using c# api.
Thanks in advanced for the help.
Ben
Az összes válasz
-
2012. április 23. 2:25
Hello.
System.Diagnostics.Process.Start("shutdown.exe", "-r -t 0");But i would use not C# but WMI or WinRM - this task is more "native" for them.
-
2012. április 24. 10:01