Edit

Share via


IThreadPoolWorkItem Interface

Definition

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

C#
public interface IThreadPoolWorkItem

Methods

Execute()

Executes the work item on the thread pool.

Applies to