-
Notifications
You must be signed in to change notification settings - Fork 930
Closed
Milestone
Description
I am using NHibernate.Transaction.ISynchronization
to run code after the transaction has committed. It would be great if there were async version of AfterCompletion
and BeforeCompletion
in this interface. I can see it would be easy enough to add directly to the code but all the async methods appear to be automatically generated and I am not sure how that works.