Returns a new QATransactionalManager instance with the specified properties.
Visual Basic
Public Function CreateQATransactionalManager( _
ByVal iniFile As String _
) As QATransactionalManager
C#
public QATransactionalManager CreateQATransactionalManager(
string iniFile
);
iniFile A properties file for configuring the QATransactionalManager instance, or null to create the QATransactionalManager instance with default properties.
The configured QATransactionalManager.
If the properties file parameter is null, the QATransactionalManager is created using default properties. You can use the SetProperty method to set QAnywhere Manager configuration properties programmatically after you create the instance.
For a list of QAnywhere Manager configuration properties, see QAnywhere manager configuration properties.
For more information, see Setting QAnywhere manager configuration properties in a file.
QAException class - Thrown if there is a problem creating the manager.