Hi,
I know that we can create Transactionscope instance and withing
"using" statement, we can place all the operations that needs to be
completed with ACID properties When we specify
"TransactionFlow.Allowed", the current transaction scope
will be executed in flowed transaction scope. Could you tell me why do
we need to have this flowed transaction mechanism? What are the
situations where we have to enable it?
Thanks.