U
Usman
Hi
I have a window service written in C#. I have another application that
requires a lengthy process to be performed like taking backup. How can I
make this lengthy process be performed by window service in such a manner
that my application may invoke the process. Is there any way that I can call
some method written in window service apart from Start, Stop, Pause etc from
my application or firing some custom event to the window service to start
that operation. Its better if I could get some mechanism to call the
service's method as I also need to pass some arguments from my application
to the service that may not be easy to send using event based calls. Please
advice.
Regards
Usman
I have a window service written in C#. I have another application that
requires a lengthy process to be performed like taking backup. How can I
make this lengthy process be performed by window service in such a manner
that my application may invoke the process. Is there any way that I can call
some method written in window service apart from Start, Stop, Pause etc from
my application or firing some custom event to the window service to start
that operation. Its better if I could get some mechanism to call the
service's method as I also need to pass some arguments from my application
to the service that may not be easy to send using event based calls. Please
advice.
Regards
Usman