TIBCO Adapter SDK C++ Reference
Contents
|
Index
|
Reference
Up
|
Previous
|
Next
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
MOperationReply
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.
Contents
|
Index
|
Reference