In .NET 2.0, a new class BackgroundWorker Class has been introduced.
This would help in Asynchronous Tasks.
These are paricularly helpful when there is a long running task such as downloading a file,uploading a file,printing a large number of documents.
Good links are as follows:
====================
- http://msdn2.microsoft.com/en-us/library/system.componentmodel.backgroundworker.aspx
- 101 VB samples ( VB101SamplesWinForms\AsynchronousTasks)
No comments:
Post a Comment