Soap.Rio.TRIO.BeginExecute

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function BeginExecute<T: IInterface>(const AInvokeProc: TRIOInvokeProc<T>;
const AAsyncCallback: TAsyncCallback = nil): IAsyncResult; overload;
function BeginExecute<T: IInterface>(const AInvokeProcEvent: TRIOInvokeProcEvent<T>;
const AAsyncCallbackEvent: TAsyncCallbackEvent = nil): IAsyncResult; overload;

C++

inline __fastcall TRIO::BeginExecute(const System::DelphiInterface<TRIOInvokeProc__1<T> > AInvokeProc,
                                     const System::Classes::_di_TAsyncCallback AAsyncCallback)
inline __fastcall TRIO::BeginExecute(const void __fastcall (__closure * AInvokeProc)(const T ASvc) ,
                                     const System::Classes::TAsyncCallbackEvent AAsyncCallbackEvent)

Properties

Type Visibility Source Unit Parent
function public
Soap.Rio.pas
Soap.Rio.hpp
Soap.Rio TRIO

Description

Embarcadero Technologies does not currently have any additional information.