System.Types.IAsyncResult
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.