System.Threading.TThreadPool.TQueueWorkerThread.ExecuteWorkItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ExecuteWorkItem(var Item: IThreadPoolWorkItem);

C++

void __fastcall ExecuteWorkItem(TThreadPool::_di_IThreadPoolWorkItem &Item);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Threading.pas
System.Threading.hpp
System.Threading TQueueWorkerThread

Description

Executes the specified work item and changes the value of Item to nil regardless of whether or not the execution succeeded or raised an exception.

See Also