System.Tether.Manager.TTetheringManagerCommunicationThread.TCommandQueue.WaitCommand

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also