I have a Winforms application that calls a webservice method
The webservice method starts a long running transaction (unfortunately there are lots of little commands as opposed to one long running one.)
As far as I can see if the webservice call times out the transaction in the the webservice method will continue to run and complete. What I would like to happen would be for the transaction to rollback when the webservice timesout. Is this possible?