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 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.

Exceptions
See also