Straight from the MSDN documentation on Dispose for TransactionScope "This method is synchronous and blocks until the transaction has been committed or aborted." So if the same transaction DTC or otherwise is used for both the persisted queued send and the actual send it will block until the send is complete and committed. So my comment above was under the assumption that it is the same transaction. If it's not, then what I've described is not true.
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
