Soap.Rio.TRIO.BeginExecute

De RAD Studio API Documentation
Aller à : navigation, rechercher

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)

Propriétés

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

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !