0
kicks
Access Web Services Asynchronously in .NET Design Patterns
In the real world, client software usually communicate with web services asynchronously. An asynchronous call returns immediately, and receives the result separately when the processing is completed. This can avoid latency across network freezing the application UI or blocking other processes.