How to restart compute node using c# api?
-
Sunday, April 22, 2012 12:17 PM
Hi,
I need to Restart Compute node Using c# api.
Thanks in advanced for the help.
Ben
All Replies
-
Monday, April 23, 2012 2:25 AM
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.
-
Tuesday, April 24, 2012 10:01 AM