Click here to Skip to main content
15,885,138 members
Articles / Programming Languages / Visual Basic

Asynchronous Processing of Functions and Webservice Calls

Rate me:
Please Sign up or sign in to vote.
4.56/5 (20 votes)
14 Jul 2004CPOL6 min read 159.5K   2.1K   79  
How to do process functions and webservice calls asynchronously
This article shows how to implement the Whidbey (.NET 2.0) BackgroundWorker component in VB.NET 1.1, and extend it to support multiple arguments.
<%@ Application Codebehind="Global.asax.vb" Inherits="BackgroundWorkerService.Global" %>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
United Kingdom United Kingdom
Unfortunately my real name was already in use as a code project login. For those of you who are wondering I am really Napoleon Solo. Sorry, I mean, Mark Jackson. Well, I do look a bit like him I think.

Comments and Discussions