Access Web Services Asynchronously in .NET Design Patterns(codeproject.com)
submitted by
tiernano(1674) 5 years, 10 months ago
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.
|category: C#
|Views: 7
tags:
Async WebServices Patterns another
Everyones tags:
Your Tags: