ITaskFormBackgroundWorker Interface

Definition

Represents the worker thread that performs the background operation.

public interface class ITaskFormBackgroundWorker
public interface ITaskFormBackgroundWorker
type ITaskFormBackgroundWorker = interface
Public Interface ITaskFormBackgroundWorker

Methods

PerformBackgroundOperation(BackgroundOperationDelegate, Object[])

Performs the background operation using the worker thread from the thread pool.

Applies to