ITaskFormBackgroundWorker 介面

定義

代表執行背景操作的工作執行緒。

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

方法

名稱 Description
PerformBackgroundOperation(BackgroundOperationDelegate, Object[])

使用執行緒池中的工作執行緒執行背景操作。

適用於