Extended background worker.

Namespace: MonoSoftware.Core.Components
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public class ExtendedBackgroundWorker : Component
Visual Basic
Public Class ExtendedBackgroundWorker
	Inherits Component
Visual C++
public ref class ExtendedBackgroundWorker : public Component
F#
type ExtendedBackgroundWorker =  
    class
        inherit Component
    end

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      MonoSoftware.Core.Components..::..ExtendedBackgroundWorker

See Also