System.Types.IAsyncResult

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IAsyncResult = interface

C++

__interface IAsyncResult  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
System.Types.pas
System.Types.hpp
System.Types System.Types

Description

An interface that methods use as a return type in order to provide asynchronous execution of code.

See Also