Commits the transaction.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
void Commit()
Sub Commit
void Commit()
void Commit()
Exceptions
Exception | Condition |
---|---|
UnknownTransactionException |
The transaction is unknown to the manager.
This may be because the transaction ID was incorrect, or because the transaction
has proceeded to cleanup due to an earlier commit or abort, and has been forgotten.
|
CannotCommitException | The transaction has already been aborted. |