API Reference > OdApc Classes > OdApcEvent Class
OdApcEvent Class
OdApcEventOdApcEvent
Syntax
C++
class OdApcEvent : public OdRxObject;

RxThreadPoolService.h

This interface represents APC framework event. Corresponding C++ library: TD_DbRoot

 
Name 
Description 
 
Sets the event object to the nonsignaled state. 
 
set 
Sets the event object to the signaled state. 
 
wait 
Waits until event object doesn't set to the signaled state. 
 
Waits until event object doesn't set to the signaled state and sets it to the nonsignaled state. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.