The ExtendedBackgroundWorker type exposes the following members.

Constructors

  Name Description
Public method ExtendedBackgroundWorker
Constructor.

Methods

  Name Description
Public method CancelAsync
Cancel async operation.
Protected method OnDoWork
Raises Do work event.
Protected method OnProgressChanged
Raises Progress changed event.
Protected method OnRunWorkerCompleted
Raises Run worker completed event.
Public method ReportProgress(Int32)
Reports background worker progress.
Public method ReportProgress(Int32, Object)
Reports background worker progress.
Public method RunWorkerAsync()()()()
Starts the background worker asynchronously.
Public method RunWorkerAsync(Object)
Starts the background worker asynchronously with arguments.
Public method StopImmediately
Stops the bacground worker immediately.

Extension Methods

  Name Description
Public Extension Method ConvertTo(Type) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)()()()() Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)(TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method GetCurrentStackTrace
Gets current stack trace information.
(Defined by ObjectExtension.)
Public Extension Method GetDebugInformation
Gets the debug information for currently executing code.
(Defined by ObjectExtension.)
Public Extension Method GetExecutingMethodName
Gets the executing method name.
(Defined by ObjectExtension.)
Public Extension Method GetPropertyType
Gets a property type.
(Defined by ObjectExtension.)
Public Extension Method GetPropertyValue
Gets a property or field value from the object (Dot notation enabled).
(Defined by ObjectExtension.)
Public Extension Method PropertyExists
Check if property exists.
(Defined by ObjectExtension.)
Public Extension Method SetPropertyValue
Sets a property or field value to the object (Dot notation enabled).
(Defined by ObjectExtension.)

Properties

  Name Description
Public property BackgroundThread
Gets the background worker executing thread.
Public property CancellationPending
Gets the flag if background worker is in cancellation state.
Public property IsBusy
Gets the flag if background worker is busy.
Public property WorkerReportsProgress
Gets or sets if background worker can report progress.
Public property WorkerSupportsCancellation
Gets or sets if background worker supports cancellation.

Events

  Name Description
Public event DoWork
Do work event.
Public event ProgressChanged
Progress changed event.
Public event RunWorkerCompleted
Background worker complete event.

See Also