Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to run Multiple threads
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01213236
Message ID:
01213265
Views:
26
If you are using .NET 2.0 (or better) you can use the BackgroundWorker component. http://msdn2.microsoft.com/en-us/library/system.componentmodel.backgroundworker.aspx

This class takes a lot of the work out to working with threads. For a while this was my favorite feature in 2.0.

HTH

>Hi.
>Anybody know how to run a no. of threads concurrenly (in either c# or c+++
>e.g.
>say loop 1 loops arounf displaying 'This is Loop 1'
>and Loops 2 loops around saying 'This is loop 2'
>
>Regards,
>Gerard
Semper ubi sub ubi.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform