IAtomicAction Methods |
The IAtomicAction type exposes the following members.
Name | Description | |
---|---|---|
BackOut |
Backs out the completed action. This will be called if a subsequent action has failed.
| |
CleanUp |
Cleans up after all actions have completed. This may involve releasing/deleting any temporary
resources being kept around to fulfil a backOut request.
| |
Perform |
Performs the action. Behavior should be all-or-nothing: if the action doesn't succeed, it
should restore any temporary state to what it was before, before storing an error.
|