System.Types.IAsyncResult.GetCompletedSynchronously

From RAD Studio API Documentation
Revision as of 14:22, 8 April 2015 by Danijelp (talk | contribs) (RS-60536)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

function GetCompletedSynchronously: Boolean;

C++

virtual bool __fastcall GetCompletedSynchronously() = 0 ;

Properties

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

Description

Returns True if a given asynchronous call has completed synchronously.

See Also