I have a winforms C# desktop application. I have a polling web service to my server to retrieve messages as and when they come in. Is there a way of implementing a callback web service from my desktop to the server instead of polling the web service? Is this what asynchronous web services are about?
Thanks