Commit method

Commits the current transaction and begins a new transaction.

Syntax
Visual Basic
Public Sub Commit()
C#
public void Commit();
Remarks

This method commits all QAManagerBase.PutMessage and QAManagerBase.GetMessage invocations. Note: The first transaction begins with the call to QATransactionalManager.Open().

Exceptions
See also