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);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
constructor | public | Soap.Rio.pas Soap.Rio.hpp |
Soap.Rio | TAsyncResult |
Description
Creates an instance of TBaseAsyncResult.
Soap.Rio.TRIO.TAsyncResult.Create inherits from System.Classes.TBaseAsyncResult.Create. All content below this line refers to System.Classes.TBaseAsyncResult.Create.
Creates an instance of TBaseAsyncResult.
You may optionally provide an object of any type that provides context information. Use Context to access that object.