Commits the current transaction and begins a new transaction.
Visual Basic
Public Sub Commit()
C#
public void Commit();
This method commits all QAManagerBase.PutMessage and QAManagerBase.GetMessage invocations. Note: The first transaction begins with the call to QATransactionalManager.Open().
QAException class - Thrown if there is a problem committing.