Invoke a method in a Console application that is currently running.
问题 I have a console application I wrote in C# that polls multiple devices, collects some data, and stores the information on a database. The application runs on our web server, and I was wondering how to invoke a method call from the command console (so I can exec a command from php that will be read by the console application, a shell command would work as well). Anyone got any ideas? I've been floating around 'the google' and have found nothing that will supply my current needs. Also, i'm not