Two Phase Commit with IEnlistmentNotification interface

Posted by AWC on Stack Overflow See other posts from Stack Overflow or by AWC
Published on 2010-06-07T17:54:59Z Indexed on 2010/06/07 22:22 UTC
Read the original article Hit count: 270

Filed under:
|
|

When Commit is called (for the implementation of IEnlistmentNotification) can I just throw an exception to indicate I want the transaction to rollback?

© Stack Overflow or respective owner

Related posts about c#

Related posts about transactions