System.Tether.Manager.TTetheringManagerCommunicationThread.TCommandQueue.WaitCommand

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure WaitCommand;

C++

void __fastcall WaitCommand();

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TCommandQueue


説明

キューにイベントが発生するのを待つようにスレッドに指示します。

たとえば、Enqueue では SetEvent を呼び出し、これが待機スレッドにシグナルを送信します。

関連項目