Pass parameters to Windows Service to fire method

Posted by Sam Youtsey on Stack Overflow See other posts from Stack Overflow or by Sam Youtsey
Published on 2010-04-06T20:52:26Z Indexed on 2010/04/06 21:13 UTC
Read the original article Hit count: 174

Hi there, I'm attempting to build a Windows Service which will execute some method when a user clicks a button in a WinForms application. I'd like to be able to pass in a few strings when the user presses the GUI button which will have the service consume them and processes a specific method. What's the best way to do this?

Thanks for help.

© Stack Overflow or respective owner

Related posts about windows-services

Related posts about parameters