System.Types.IAsyncResult.AsyncWaitEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsyncWaitEvent: TMultiWaitEvent read GetAsyncWaitEvent;

C++

__property TMultiWaitEvent* AsyncWaitEvent = {read=GetAsyncWaitEvent};

Properties

Type Visibility Source Unit Parent
property public
System.Types.pas
System.Types.hpp
System.Types IAsyncResult

Description

An event that you can use to block until the asynchronous call is complete.

See Also