System.Types.IAsyncResult.AsyncContext

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsyncContext: TObject read GetAsyncContext;

C++

__property System::TObject* AsyncContext = {read=GetAsyncContext};

Properties

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

Description

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

See Also