working with windowsService and oncontinu()method
hello
I wrote a simple program with windowsService . in onStart(),onstop() and oncontinue() methods I wrote a line like this:
eventLog1.WriteEntry("my service stoped");
when i sart or stop the service message of start and stop save in eventLogs of windows but the messageI wrote in onContinue() method never is saved.in fact I should write the basic part of program in this method but I dont khonw when will this method debugg????if you know please help me
|