System.Threading.TTask.DoWaitForAll

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

class function DoWaitForAll(const Tasks: array of ITask; Timeout: Cardinal): Boolean; static;

C++

static bool __fastcall DoWaitForAll(const _di_ITask *Tasks, const int Tasks_High, unsigned Timeout);

Propriétés

Type Visibilité  Source Unité  Parent
function protected
System.Threading.pas
System.Threading.hpp
System.Threading TTask


Description

DoWaitForAll suspend la tâche d'appel jusqu'à ce qu'un tableau des tâches se termine ou que le délai d'attente Timeout soit atteint.

Voir aussi