background thread

6
Background Thread Mahender Senior Software Engineer United Health Group

Upload: cruz

Post on 05-Jan-2016

22 views

Category:

Documents


0 download

DESCRIPTION

Background Thread. Mahender Senior Software Engineer United Health Group. Mahender Sarangam. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Background Thread

Background Thread

MahenderSenior Software Engineer

United Health Group

Page 2: Background Thread

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

Page 3: Background Thread

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

Page 4: Background Thread

Implement Events

• DoWork• RunWorkerCompleted• ProgressChanged• RunWorkerAsync

• Properties like • RunWorkerCompletedEventArgs• ProgressChangedEventArgs• DoWorkEventArgs

Page 5: Background Thread
Page 6: Background Thread

Thank you