TIBCO Adapter SDK C++ Reference
MBusinessDocument::setApplicationInstanceId
MBusinessDocument
Set the instance id (incarnation id) of the process creating the business document.

It has the following format: <pid>@<hostname> where pid is the process ID and hostname is the name of the hostfrom which the message came.

Parameters
Parameters Description
const MString& rsInstanceId The application instance ID to set.
Declaration
virtual void setApplicationInstanceId(const MString& rsInstanceId) throw(MException);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.