S
Sameh Ahmed
hello there
need to create an application that checks for a condition every 5 minutes
and performs a certain action depending on whether the condition was met or
not.
what is the best way to do that?
using "system.Threading.Thread.Sleep (5000)" is the option I have in mind
now as I believe using a Do while loop will be quite resource intensive.
any ideas?
Regards
Sameh
need to create an application that checks for a condition every 5 minutes
and performs a certain action depending on whether the condition was met or
not.
what is the best way to do that?
using "system.Threading.Thread.Sleep (5000)" is the option I have in mind
now as I believe using a Do while loop will be quite resource intensive.
any ideas?
Regards
Sameh