Using WCF Async Operations
Consuming a WCF Service is pretty straight forward. What if we want to call a service operation which takes some time to complete? We need some asynchronous process to handle operation calls. This can enabled by checking ‘Generate asynchronous operations’ in the service reference settings dialog. More…