Overview | The perform_work() method can be called within a server application to process any outstanding requests. |
Original class | CORBA::ORB |
Exceptions | CORBA::SystemException |
Intended Usage
The perform_work() method is intended to be used by server applications to cause the ORB to process any outstanding requests. This method will return after all the existing requests have been processed.
Syntax
void perform_work()
Example
See example in CORBA::ORB::work_pending()