System.Threading.TTask.operator ()

From RAD Studio API Documentation
Jump to: navigation, search

C++

operator TAbstractTask::IInternalTask*(void) { return (TAbstractTask::IInternalTask*)&__TAbstractTask_IInternalTask; }
operator ITask*(void) { return (ITask*)&__TAbstractTask_IInternalTask; }
operator TThreadPool::IThreadPoolWorkItem*(void) { return (TThreadPool::IThreadPoolWorkItem*)&__TAbstractTask_IInternalTask; }

Properties

Type Visibility Source Unit Parent
function public System.Threading.hpp System.Threading TTask

Description


Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!