System.Types.IAsyncResult.AsyncWaitEvent

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

Delphi

property AsyncWaitEvent: TMultiWaitEvent read GetAsyncWaitEvent;

C++

__property TMultiWaitEvent* AsyncWaitEvent = {read=GetAsyncWaitEvent};

プロパティ

種類 可視性 ソース ユニット
property public
System.Types.pas
System.Types.hpp
System.Types IAsyncResult


説明

非同期呼び出しが完了するまでブロックするために使用できるイベントです。

関連項目