Click or drag to resize

ITransactionContext Methods

The ITransactionContext type exposes the following members.

Methods
  NameDescription
Public methodCommit
Sucessfully complete the transaction.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodRegisterPostCommitAction
Registers a post commit action. The action is executed by the platform after the transaction has been successfully completed (commit). The action itself is not part of the transaction.
Public methodRegisterPreCommitAction
Registers a pre commit action. The action is executed by the platform before the transaction is completed (commit). The action itself is part of the transaction.
Public methodRollback
Rollback the database updates performed within the transaction scope.
Top
See Also