Search code examples
c#.nettransactionstransactionscope

Is it possible to override a hardcoded transaction timeout in configuration?


At one point in our software, a hardcoded (meaning in C# code in a Workflow) transactiontimeout has been implemented in a transactionscope. Is there any way to override (increase!) the setting without changing the code?

.Net 3.5
WF 3.5

I know there are settings for default and max transaction timeouts, but sadly they won't help here.


Solution

  • There is no possibility to do so.