Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » QAnywhere » QAnywhere .NET API Reference » iAnywhere.QAnywhere.Client namespace (.NET 1.0) » QAManagerFactory class

CreateQAManager method Next Page

CreateQATransactionalManager method


Returns a new QATransactionalManager instance with the specified properties.

Syntax

Visual Basic
Public Function CreateQATransactionalManager( _
ByVal iniFile As String _
) As QATransactionalManager

C#
public QATransactionalManager CreateQATransactionalManager(
string iniFile
);

Parameters
Return value

The configured QATransactionalManager.

Remarks

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.

Exceptions
See also