BackgroundWorker (System.ComponentModel.BackgroundWorker)

Inherits: System.ComponentModel.Component

Interfaces: IDisposable, IComponent

Derived Types: 0

Assembly: System.dll

Executes an operation on a separate thread.

VB.NET C#

VB.NET

Public Class BackgroundWorker
  Inherits System.ComponentModel.Component
  Implements System.IDisposable, System.ComponentModel.IComponent
End Class

Articles

SharpDeck Software : BackgroundWorker Sample

Namespace: System.ComponentModel.BackgroundWorker Goal / Subject: Multithreaded Application using BackgroundWorker Level: Level 1 - Beginner This is my first programming article and we ...

.NET BackgroundWorker Mysteries Solved

3] http://msdn2.microsoft.com/en-us/library/system.componentmodel.backgroundworker.dowork.aspx [4] http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=830881&SiteID=1

ONDotnet.com -- Understanding the BackgroundWorker Component

Dim worker As System.ComponentModel.BackgroundWorker = _ CType(sender, System.ComponentModel.BackgroundWorker) e.Result = SumNumbers(CType(e.Argument, Double), worker ...

Using the BackgroundWorker Component - VBForums

... System. ComponentModel . BackgroundWorker = DirectCast ( sender, System. ComponentModel . BackgroundWorker ) ...

matt.griffith - BackgroundWorker in Whidbey

As I have seen today in Whidbey there are a lot of new components and controls for WinForms programming. A cool new component is the System.ComponentModel.BackgroundWorker ...

BackgroundWorker unhandled error - MSDN Forums

at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument) As I said though, you would think that the MSDN example would work and I've basically followed their ...

Mono Documentation

The members of System.ComponentModel.BackgroundWorker are listed below. See Also: Inherited members from System.ComponentModel.Component [ ...

Mono Documentation

See Also: BackgroundWorker Members. System.Object System.MarshalByRefObject System.ComponentModel.Component System.ComponentModel.BackgroundWorker

BackgroundWorker (Clase) (System.ComponentModel)

Nota: esta clase es nueva en la versión 2.0 de .NET Framework. Ejecuta ... System.ComponentModel.Component        System.ComponentModel.BackgroundWorker

BackgroundWorker Class (System.ComponentModel)

Executes an operation on a separate thread. ... Note: The HostProtectionAttribute attribute applied to this type or member has the following Resources property value: SharedState

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support