TIBCO Adapter SDK C++ Reference
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. The calling application can free the storage associated with pMData.
Parameters
Parameters Description
MString const & rsAttributeName Name of the attribute to add to this MOperationRequest.
const MData* pMData Pointer to the data you want to add to this MOperationRequest.
Declaration
virtual void set(MString const & rsAttributeName, const MData* pMData);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.