Метод | Описание | |
---|---|---|
Complete ( ) : System.Threading.Tasks.Task |
Ends the current transaction by either committing it or aborting it, depending on whether someone voted for abortion
|
|
DefaultTransactionContextScope ( ) : System |
Creates a new transaction context and mounts it on AmbientTransactionContext.Current, making it available for Rebus to pick up
|
|
Dispose ( ) : void |
Disposes the transaction context and removes it from AmbientTransactionContext.Current again
|
public Complete ( ) : System.Threading.Tasks.Task | ||
Результат | System.Threading.Tasks.Task |
public DefaultTransactionContextScope ( ) : System | ||
Результат | System |