R
Ron Bremmers
Hello,
I have a Windows Service which executes some code each 2 seconds.
Every 2 seconds I want to log the result in a Windows Forms application.
What is the best approach? I think it is .NET remoting, but when the
"client" application is not started, no logging has to be done. So the
service has to know if there is a client application to log to. How can I do
that? Any suggestions?
Thanks!
Ron
I have a Windows Service which executes some code each 2 seconds.
Every 2 seconds I want to log the result in a Windows Forms application.
What is the best approach? I think it is .NET remoting, but when the
"client" application is not started, no logging has to be done. So the
service has to know if there is a client application to log to. How can I do
that? Any suggestions?
Thanks!
Ron