Timer Tick Event not Working in Windows Service -
02-16-2007
, 09:10 AM
I have written a function in my windows service. on my service starts the
timer is started and after some interval i stopped the timer and calling my
function. but my function is not working.
can any one tell me how to call my function in an interval of period.
i want the timer should start first and some interval of time the timers
wants to stop at that time my function should execute. after my function
excution the timer should start. again some interval the timer wants to stop
and my function should execute.
can any one help me.
Regards
William |