Wednesday, December 30, 2009
Reporting Progress status using Asynchronous / BackgroundWorker
Well, this is an example to show how to create an Asynchronous methods / calls conforming to the Event-based Asynchronous pattern. This example demonstrate how to use BackgroundWorker and Asynchronous methods to report the progress status of the task you are performing.
File 1: Entity.cs
using System;
using System.ComponentModel;
using System.Threading;
using System.Runtime.Remoting.Messaging;

0 comments:
Post a Comment