메소드 | 설명 | |
---|---|---|
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 DefaultTransactionContextScope ( ) : System | ||
리턴 | System |