CreateQATransactionalManager method

Creates a QATransactionalManager instance with the specified properties.

Syntax
Visual Basic
Public Function CreateQATransactionalManager( _
   ByVal props As Hashtable _
) As QATransactionalManager
C#
public QATransactionalManager CreateQATransactionalManager(
   Hashtable  props
);
Parameters
  • props   Specifies the properties hashtable to use for configuring the QATransactionalManager instance.

Return value

The newly configured QATransactionalManager instance.

Remarks

If props is null, 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