API Reference > OdApc Classes > OdApcThread Class > OdApcThread Methods > asyncProcCall Method > OdApcThread::asyncProcCall Method (OdApcEntryPointRxObjParam, OdRxObject*)
OdApcThread::asyncProcCall Method (OdApcEntryPointRxObjParam, OdRxObject*)
Syntax
C++
virtual void asyncProcCall(OdApcEntryPointRxObjParam ep, OdRxObject* parameter) = 0;
Parameters 
Description 
OdApcEntryPointRxObjParam ep 
[in] Function pointer to execute.  
OdRxObject* parameter 
[in] Argument which will be passed into executed function. 

Execute atomic portion of code encapsulated as OdApcEntryPointRxObjParam and returns immediately.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.