TIBCO Adapter SDK C++ Reference
MOperationReply::setReturnValue
MOperationReply
Set the return value for the MOperationReply, passed in as an MData object.
Remarks
This method is usually invoked by the server implementation.
Parameters
Parameters Description
MData* pReturnValue Pointer to an MData object that encapsulates the return value.
Declaration
virtual void setReturnValue(MData* pReturnValue);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.