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::arguments

Synopsis

Retrieves the argument list for the request.

C++ Binding

CORBA::NVList_ptr CORBA::Request::arguments () const;

Arguments

None.

Description

This member function retrieves the argument list for the request. The arguments can be input, output, or both.

Return Values

If the function succeeds, the value returned is a pointer to the list of arguments to the operation for the request. The returned argument list is owned by the Request object reference and should not be released.

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

 

Skip navigation bar  Back to Top Previous Next