async support for ITransactionScope #5629
Andriy1024
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear developers,
I faced the challenge to trigger some async work on the transaction completed event.
The current ITransactionScope's Complete method is not async compatible. It would be nice if you consider adding async support for this case.
Thank you!
The first option is to make 'Complete' methods async. In this case, it would be also nice to make it virtual in 'DefaultTransactionScope'.
The second option is to use IAsyncDisposable
Beta Was this translation helpful? Give feedback.
All reactions