System.Types.IAsyncResult.GetAsyncContext
Delphi
function GetAsyncContext: TObject;
C++
virtual System::TObject* __fastcall GetAsyncContext() = 0 ;
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet | 
|---|---|---|---|---|
| function | public | System.Types.pas System.Types.hpp | System.Types | IAsyncResult | 
Beschreibung
Gibt den benutzerdefinierten Kontext zurück, der dieser Instanz von IAsyncResult zugeordnet ist.