How can we let a windows service sending a message ?
-
I have a windows service and i want it to send a message such as ("i'm processing") when i start doing a function to an application (web or windows app). How can i do that? Anyone can help me? I'm very need it for my project. Thanks!
Did you look into .NET remoting? You can host a remote object in your service, get a reference to it in your application and then call the appropriate method on the remote object when you want to send a message. Regards Senthil _____________________________ My Blog | My Articles | WinMacro
-
Did you look into .NET remoting? You can host a remote object in your service, get a reference to it in your application and then call the appropriate method on the remote object when you want to send a message. Regards Senthil _____________________________ My Blog | My Articles | WinMacro