Programming Guide |
Returns in/out and out parameters for a method
return_argsargList
argList
- Specifies a comma-delimited list of variables whose data will be returned to the client.
COM, EJB
Server
The
return_args
command passes a list of variables whose data is to be passed back to the client. These are matched in order with the method's in/out and out parameters.
Refer to the example for receive_args.