CreateQATransactionalManager method

Creates a QATransactionalManager instance.

Syntax
Visual Basic
Public Function CreateQATransactionalManager() As QATransactionalManager
C#
public QATransactionalManager CreateQATransactionalManager();
Return value

A new QATransactionalManager instance.

Remarks

The QATransactionalManager is created using default properties. You can use the QAManagerBase.SetProperty to set QAnywhere Manager configuration properties programmatically after you create the instance. See SetProperty method.

For a list of QAnywhere Manager configuration properties, see QAnywhere manager configuration properties.

Exceptions
See also