IVaultTransactionRunnerRunNested Method |
Name | Description | |
---|---|---|
![]() | RunNested(Vault, ActionVault) |
Runs a callback in the scope of a vault transaction, nested in the transaction scope
of the vault instance passed in.
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.
|
![]() | RunNested(Vault, ActionVault, EventHandlerEnvironment) |
Runs a callback in the scope of a vault transaction, nested in the transaction scope
of the vault instance passed in.
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.
|