T
Tim Cowan
Hi
I have created a C# app that checks a table every n seconds and if it finds
something it sends the email. The only problem is if you close the
application, the timer keeps going??
I have coded it so that I stop the clock -> send the mail -> then start the
clock but it doesn't stop.
How can I run something like this, that needs to wait n seconds before it
executes some code?
Thanks
Tim
I have created a C# app that checks a table every n seconds and if it finds
something it sends the email. The only problem is if you close the
application, the timer keeps going??
I have coded it so that I stop the clock -> send the mail -> then start the
clock but it doesn't stop.
How can I run something like this, that needs to wait n seconds before it
executes some code?
Thanks
Tim