System.Threading.TParallelArray.ForWorker
Delphi
class procedure ForWorker(AValues: Pointer; AHigh: NativeInt; const AProc: TInternalForProc;
AIndex, ACount: NativeInt; APool: TThreadPool; AThreshold: NativeInt); static;
C++
static void __fastcall ForWorker(void * AValues, System::NativeInt AHigh, const _di_TInternalForProc AProc, System::NativeInt AIndex, System::NativeInt ACount, TThreadPool* APool, System::NativeInt AThreshold);
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
procedure function |
protected | System.Threading.pas System.Threading.hpp |
System.Threading | TParallelArray |
Beschreibung
Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.