System.Tether.Manager.TTetheringManagerCommunicationThread.TCommandQueue.WaitCommand

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure WaitCommand;

C++

void __fastcall WaitCommand();

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TCommandQueue


Description

Indique au thread d'attendre qu'un événement se produise sur la file.

Par exemple, Enqueue appelle SetEvent, qui envoie un signal au thread en attente.

Voir aussi