How to restart compute node using c# api?
-
22 Nisan 2012 Pazar 12:17
Hi,
I need to Restart Compute node Using c# api.
Thanks in advanced for the help.
Ben
Tüm Yanıtlar
-
23 Nisan 2012 Pazartesi 02: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.
-
24 Nisan 2012 Salı 10:01