G
Guest
I have a C# method that performs the following types of transactions
- DB transaction
- DB transactions via another componen
- non DB transactions such as file creation, ftp and emai
How can I wrap all these into one transaction with rollback capabilities?
- DB transaction
- DB transactions via another componen
- non DB transactions such as file creation, ftp and emai
How can I wrap all these into one transaction with rollback capabilities?