IThreadPoolWorkItem Interface

Definition

Represents a work item that can be executed by the ThreadPool.

public interface class IThreadPoolWorkItem
public interface IThreadPoolWorkItem
type IThreadPoolWorkItem = interface
Public Interface IThreadPoolWorkItem

Methods

Execute()

Executes the work item on the thread pool.

Applies to