Is there any way to set a method as transactional and another no transactional in the same class?. Considering this class is a servicedcomponent that runs under COM+...
Not in the current COM+ implementation. You'll need to separate both methods in different classes. COM+ 1.5 (WinServer 2003) does come with a feature called "Services without Components" that sort of allows this, but it works in a completely different way.
cesarnet
Member
20 Points
4 Posts
Transaction Support
Oct 28, 2003 09:39 PM|LINK
tomasr
Contributor
4290 Points
852 Posts
Re: Transaction Support
Nov 03, 2003 07:33 PM|LINK
tomasr@mvps.org