What is the easiest way to ping/notify a .NET Windows Service?

Posted by a b on Stack Overflow See other posts from Stack Overflow or by a b
Published on 2010-03-13T01:41:10Z Indexed on 2010/03/13 1:47 UTC
Read the original article Hit count: 348

What is the easiest way to ping/notify a .NET Windows Service? Do I have to use WCF for this? Or is there an easier way? I would like to be able to wake up the service using a Python (or an Iron Python) script from anywhere. Also is there a way I can be notified (by email) if that the service has stopped?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about python