3-12
SOMobjects Base Toolkit Quick Reference Guide
Request class
(see request.idl)
ORBStatus add_arg (
in Identifier name,
in TypeCode arg_type,
in void *value,
in long len,
in Flags arg_flags);
Incrementally adds an argument to a Request object.
ORBStatus destroy ( );
Deletes the memory allocated by DSOM for a Request object.
ORBStatus get_response (
in Flags response_flags);
Determines whether an asynchronous Request has completed.
ORBStatus invoke (
in Flags invoke_flags);
Invokes a Request synchronously, waiting for the response.
ORBStatus send (
in Flags invoke_flags);
Invokes a Request asynchronously.
Komentarze do niniejszej Instrukcji