I\'m trying to commit/rollback SqlTransaction in asynchronous. But it look like asynchronous is not supported. Is there any way to make it asynchronous without
SqlTransaction
using (var scope = new TransactionScope(TransactionScopeAsyncFlowOption.Enabled)) { . . . }