We ran into this in a different project, even the msdn<http://msdn.microsoft.com/en-us/library/system.transactions.dependenttransaction.aspx>documentation that suggests how to deal with multi-threaded transactions by creating a clone doesn't work because of the Dispose still blocks. The only way we successfully dealt with this in the past was using a CommitableTransaction and commiting / disposing at the proper times. I would gladly like to hear of another possibility though.
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en -~----------~----~----~----~------~----~------~--~---
