2-83
DSOM Framework Reference
send Method
Purpose
Invokes a Request asynchronously.
IDL Syntax
ORBStatus send (
in Flags invoke_flags);
Description
The send method invokes the Request asynchronously. The response must eventually be
checked by invoking either the get_response method or the get_next_response function.
Parameters
receiver A pointer to a Request object.
env A pointer to the Environment structure for the method caller.
invoke_flags A Flags bitmask (unsigned long) containing send method control
information. The argument invoke_flags can have the following value:
INV_NO_RESPONSE
Indicates that the invoker does not intend to wait for a
response, nor does it expect any of the output arguments
(inout or out) to be updated.
Return Value
The send method returns an ORBStatus value representing the return code from the
operation.
Kommentare zu diesen Handbüchern