System.Types.IAsyncResult.GetAsyncContext

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

Delphi

function GetAsyncContext: TObject;

C++

virtual System::TObject* __fastcall GetAsyncContext() = 0 ;

Properties

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

Description

Returns the user-specified context that is associated with this instance of IAsyncResult.

See Also