BizTalk Utilities CV ,   Jobs ,   Code library
 
Go to the front page to continue learning about XML or select below:

Contents

ReBlogger Contents

Previous posts in WS, web services

 
 
Page 16335 of 21350

Asynchronous Web Service Options in .NET V2

Blogger : XML for ASP.NET Developers
All posts : All posts by XML for ASP.NET Developers
Category : WS, web services
Blogged date : 2005 Nov 14

As more and more Web Services are made available additional flexibility is needed when calling them. Applications that call Web Services may need to do so in an asynchronous (parallel) manner especially when calling multiple services or services that may take a longer amount of time to complete.

The code found in this sample demonstrates how to make synchronous and asynchronous calls to Web Services using features in .NET version 2.0. The included code demonstrates the following types of asynchronous calls:

  • Callbacks
  • WaitHandles
  • Polling
  • Asynchronous Events
  • Asynchronous ASP.NET Pages


Read comments or post a reply to : Asynchronous Web Service Options in .NET V2
Page 16335 of 21350

Newest posts
 

    Email TopXML