C
Cato
How can i interact with a windows service written in c#?
i'm developing a software that monitor file creation activity, it does
work well.. it "logs" all my events and executes custom actions on
file creation.
How can i create a windows form application that interacts with my
service and let me see "real time" events?
Or... how can i query my windows service for a certain variable or
object??
I saw i can crfeate a OnCustomCommand event and control it with a
ServiceController class.. but the ExecuteCommand () method is a VOID
method.
thank you
i'm developing a software that monitor file creation activity, it does
work well.. it "logs" all my events and executes custom actions on
file creation.
How can i create a windows form application that interacts with my
service and let me see "real time" events?
Or... how can i query my windows service for a certain variable or
object??
I saw i can crfeate a OnCustomCommand event and control it with a
ServiceController class.. but the ExecuteCommand () method is a VOID
method.
thank you