R
rajkiranpro
I created a windows service and installed it and it works fine.
now I extend its functionality..
I have created some public methods which returns string value and other
objects of classes in the service.
Now I want to call those methods from a windows forms application.
The ServiceController class allows me to execute custom commands but it does
not allow to return a value.
Any Suggestion???
Thanks in advance
Regards
Rajkiran
now I extend its functionality..
I have created some public methods which returns string value and other
objects of classes in the service.
Now I want to call those methods from a windows forms application.
The ServiceController class allows me to execute custom commands but it does
not allow to return a value.
Any Suggestion???
Thanks in advance
Regards
Rajkiran