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


説明

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

関連項目