TIBCO Adapter SDK C++ Reference
Contents
|
Index
|
Reference
Up
|
Previous
|
Next
MOperationRequest::set
MOperationRequest
Set the value for the specified attribute name to this operation request.
Remarks
A copy of the
MData
object is made as part of the set() operation.
Parameters
Parameters
Description
MString const & rsAttributeName
Name of the attribute to add to this
MOperationRequest
.
const MData& refMData
Reference to the data you want to add to this
MOperationRequest
.
Declaration
virtual
void
set(
MString
const
& rsAttributeName,
const
MData
& refMData);
Links
MOperationRequest
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.
Contents
|
Index
|
Reference