I'm getting data in xml form from a web address with C #. My question is, the data at this address is refreshed every minute. How do I send a request to this address every minute with C #?
Asked
Active
Viewed 191 times
0
-
2Does this answer your question? [Background workers in WebApi](https://stackoverflow.com/questions/31475970/background-workers-in-webapi) – Rafael Herscovici Dec 07 '19 at 10:55
-
Use timer .follow the link https://learn.microsoft.com/en-us/dotnet/api/system.web.ui.timer?view=netframework-4.8 – LDS Dec 07 '19 at 11:19