ICommit Type
A unit of deferred work applied at transaction commit.
Instance members
| Instance member |
Description
|
Full Usage:
this.Abort
Modifiers: abstract |
Discards the deferred work after a transaction rollback. |
Full Usage:
this.Commit
Modifiers: abstract |
Applies the deferred work. |
Mibo