How Do I: Synchronize Multiple Threads
| When you are developing an application that contains multiple threads, there is often a need to synchronize these threads with each other. The .NET Compact Framework contains a number of synchronization objects inside the System.Threading namespace. Maarten Struys shows you how to synchronize to threads by making use of the AutoResetEvent type. Presented by Maarten Struys www.dotnetfordevices.com on August 26, 2008 Length: 18 Minutes 45 seconds If you've installed Silverlight, click the Play button in the video player at left. Video Downloads WMV (Zip) | WMV | iPod | MP4 | 3GP | Zune | PSP Audio Downloads AAC | WMA | MP2 | MP3 | MP4 Code Downloads Visual Basic | Visual C# |