I have a problem, I'm trying to create a service to connect to an API that I have created.
This service has to connect to a database in Mysql every hour, and see if there is a certain value.
For example every time I'll see if the field x has the value y. If is true, will have to run something.
I already read some things about Threads and System.Threading.Timer, but do not quite understand, can someone give me practical example or the right way to do it, of what I'm looking for, please?
Thanks in advance ..