ITaskFormBackgroundWorker 接口

定义

表示执行后台操作的工作线程。

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

方法

PerformBackgroundOperation(BackgroundOperationDelegate, Object[])

使用来自线程池的工作线程执行后台操作。

适用于