IVaultTransactionRunnerRun Method |
Name | Description | |
---|---|---|
![]() | Run(ActionVault) |
Runs a callback in the scope of a vault transaction.
If the method fails, all operations made with the provided vault will be rolled back.
If the method succeeds, all operations made with the provided vault will be committed.
|
![]() | Run(ActionVault, EventHandlerEnvironment) |
Runs a callback in the scope of a vault transaction.
If the method fails, all operations made with the provided vault will be rolled back.
If the method succeeds, all operations made with the provided vault will be committed.
|