Soap.Rio.TRIO.BeginExecute
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)
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | Soap.Rio.pas Soap.Rio.hpp |
Soap.Rio | TRIO |
説明
このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。