System.Types.IAsyncResult.GetAsyncWaitEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAsyncWaitEvent: TMultiWaitEvent;

C++

virtual TMultiWaitEvent* __fastcall GetAsyncWaitEvent() = 0 ;

Properties

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

Description

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

See Also