Asynchronous web services don't require clients to block execution while waiting for results, which can make operations run more smoothly. The topics in this section explain how to design and use asynchronous web services to perform various operations.
How Do I: Add Support for Conversations?
How Do I: Design a Web Service that Involves Long-Running Operations?
How Do I: Return Information to a Client Using a Callback?
How Do I: Poll Another Service for Information?
How Do I: Control the Lifetime of a Web Service?