Soap.Rio.TRIO.TAsyncResult.Create
Delphi
constructor Create(const ARIO: TRIO; const AGUID: TGUID;
const AInvokeProc: TRIOInvokeProc<IInterface>;
const AInvokeProcEvent: TRIOInvokeProcEvent<IInterface>;
const AAsyncCallback: TAsyncCallback;
const AAsyncCallbackEvent: TAsyncCallbackEvent);
C++
__fastcall TAsyncResult(TRIO* const ARIO, const GUID &AGUID, const System::DelphiInterface<TRIOInvokeProc__1<System::_di_IInterface> > AInvokeProc, const _dt_Soap_Rio_2 AInvokeProcEvent, const System::Classes::_di_TAsyncCallback AAsyncCallback, const System::Classes::TAsyncCallbackEvent AAsyncCallbackEvent);
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
constructor | public | Soap.Rio.pas Soap.Rio.hpp |
Soap.Rio | TAsyncResult |
Beschreibung
Erstellt eine Instanz von TBaseAsyncResult.
Soap.Rio.TRIO.TAsyncResult.Create erbt von System.Classes.TBaseAsyncResult.Create. Der folgende Inhalt bezieht sich auf System.Classes.TBaseAsyncResult.Create.
Erstellt eine Instanz von TBaseAsyncResult.
Sie können optional ein Objekt jedes Typs, das Kontextinformationen bereitstellt, bereitstellen. Verwenden Sie Context, um auf das Objekt zuzugreifen.