AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ SetReturnArg() [2/2]

void drama::thread::TAction::SetReturnArg ( sds::Id arg)
inlineinherited

Set the argument to be sent as part of the action completion message.

This version of SetReturnArg() is to be used in cases where the user does not want the argument copied, but wants DRAMA to deal with tidying it up. DRAMA will take control of tidying it up.

Parameters
argThe SDS ID of the structure to be sent with the completion message.