To Constantly ping the system.
-
-
Hi, I want the code in C# for pinging the system constantly and get back the alert when the target system is down which says that "Service Unavailability" of the target computer. Kindly guide me in solving this issue. Thanking you in Advance, Venkat.
the ping command of the system returns "Reply from ..." if the system that is pinged is working or on. and returns "Request Timed out.." if the system is \switched off now u need to write a thread and execute this ping command in that thread and break the thread when u receive the Request timed out message and display that to the user. Regards, Pramod
-
Hi, I want the code in C# for pinging the system constantly and get back the alert when the target system is down which says that "Service Unavailability" of the target computer. Kindly guide me in solving this issue. Thanking you in Advance, Venkat.