T
thomasamillergoogle
Hello,
I am working on a windows application that has to be network aware.
What is the correct way to make it network aware?
On startup the program must call a web service to retrieve data. Right
now I start a Timer that calls an asynchronous web service called
CheckConnection() every five seconds. When a "good" callback is
received then I stop the timers and load the data from the web service.
Is there a better way to do it??
I am working on a windows application that has to be network aware.
What is the correct way to make it network aware?
On startup the program must call a web service to retrieve data. Right
now I start a Timer that calls an asynchronous web service called
CheckConnection() every five seconds. When a "good" callback is
received then I stop the timers and load the data from the web service.
Is there a better way to do it??