Skip navigation.

CORBA Programming Reference

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents View as PDF   Get Adobe Reader

 


CORBA::Request::poll_response

Synopsis

Determines whether a deferred synchronous request has completed.

C++ Binding

CORBA::Boolean CORBA::Request::poll_response ();

Arguments

None.

Description

This member function determines whether the request has completed and returns immediately. You can use this call to check the state of the request. This member function can also be used to determine whether a call to CORBA::Request::get_response will block.

Return Values

If the function succeeds, the value returned is CORBA_TRUE if the response has already completed, and CORBA_FALSE if the response has not yet completed.

If the function does not succeed, an exception is thrown.

See Also

CORBA::ORB::get_next_response
CORBA::ORB::poll_next_response
CORBA::ORB::send_multiple_requests
CORBA::Request::get_response
CORBA::Request::send_deferred

 

Skip navigation bar  Back to Top Previous Next