2-79
DSOM Framework Reference
get_response Method
Purpose
Determines whether an asynchronous Request has completed.
IDL Syntax
ORBStatus get_response (
in Flags response_flags);
Description
The get_response method determines whether the asynchronous Request has completed.
Parameters
receiver A pointer to a Request object.
env A pointer to the Environment structure for the method caller.
response_flags A Flags bitmask (unsigned long) containing control information for the
get_response method. The response_flags argument may have the
following value:
RESP_NO_WAIT
Indicates the caller does not want to wait for a response.
Return Value
The get_response method returns an ORBStatus value representing the return code of the
operation.
Komentarze do niniejszej Instrukcji