TIBCO Adapter SDK C++ Reference
MAppProperties::setMultiThreaded
MAppProperties
Set the data members of this MAppProperties instance.

This method makes this application a multithreaded application. The parameter defaults to TRUE, that is, if you call this method the application becomes multithreaded unless you specify FALSE.

Remarks
The application name must always match the root element of the configuration URL.
Parameters
Parameters Description
Mboolean bIsMultiThreaded = Mtrue Specify whether this is a multithreaded application. The parameter defaults to Mtrue, that is, if you call this method the application becomes multithreaded unless you specify Mfalse.
Declaration
void setMultiThreaded(Mboolean bIsMultiThreaded = Mtrue);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.