注意: Windows 服务中,开启Distributed Transaction Coordinator 服务。
using (var scope = new TransactionScope()) { //1. ..... //2. ..... //3. .... scope.Complete(); }
注意: Windows 服务中,开启Distributed Transaction Coordinator 服务。
using (var scope = new TransactionScope()) { //1. ..... //2. ..... //3. .... scope.Complete(); }