System.Tether.Manager.TTetheringManagerCommunicationThread.TCommandQueue.WaitCommand
Delphi
procedure WaitCommand;
C++
void __fastcall WaitCommand();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | System.Tether.Manager.pas System.Tether.Manager.hpp |
System.Tether.Manager | TCommandQueue |
Description
Instructs the thread to wait for an event to happen to the queue.
For example, Enqueue calls SetEvent, which sends a signal to the waiting thread.