Calling Windows Service Handler with Parameterized Method ???
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi , I have a windows service qith my class X, now is it possible to make a mehtod call with parameters to that service ? what I have found on net is that u have to use 'OnCustomCommand' but I want to call a method with parametrs from my service controlling application ... Is it possible to do ??? And is it possible to fire events from class X (my windows service class) and i would be able to capture these events within my service controlling application ??? Thanks Thanks ZINK