60 likes | 203 Vues
Background Thread. Mahender Senior Software Engineer United Health Group. Mahender Sarangam.
E N D
Background Thread Mahender Senior Software Engineer United Health Group
Mahender Sarangam • Having 5 years of experience on .NET Technologies. Working as a Senior Software Engineer in United Health Group (UHG India Information Service Ltd.). Worked with Big Firms like Deloitte Consulting & Wipro Technology. • Got Technical Acquaintance on Technologies like C#, ASP.NET,AJAX, LINQ, Silverlight, WPF,WCF ,SQL Server, Team Foundation Server(TFS) and SharePoint Technology. • MCTS Certified in Web Technologies. • Blog : http://Msarangam.wordpress.com
Why Background Thread • Background Thread are useful, whenever your performing long running task , which makes your Application responsive. • Background worker thread obtained from System.ComponentModel • Background Worked thread provide some level abstraction and also provide • Makes UI Responsive • This class gives us the ability to do some work on a background thread, provides progress and completed events “out of the box” and also ensures that these callbacks execute on the correct
Implement Events • DoWork • RunWorkerCompleted • ProgressChanged • RunWorkerAsync • Properties like • RunWorkerCompletedEventArgs • ProgressChangedEventArgs • DoWorkEventArgs