M
Mrinal Kamboj
Hi ,
Need to get some basic info regarding AutoComplete Attribute in COM+ .
I am having a class with TransactionOption set to Required , now for
this class , can i mark all the methods with AutoComplete attribute ,
irrespective of the fact , whether i do implement Try .. Catch block or
not , as some of the methods are just meant for intermediary calculation
and are private , or i just need to mark one method that's public as
AutoComplete , as this one is supposed to be called from outside and it
internally calls all other methods .
Also , if i have class with TransactionOption set to NotSupported , then
does it makes sense to mark any methods as AutoComplete , as i think in
that case Transaction context doesn't even exists , but just wanted to
be sure .
any pointer regarding the same will be great .
thanks ,
Mrinal
Need to get some basic info regarding AutoComplete Attribute in COM+ .
I am having a class with TransactionOption set to Required , now for
this class , can i mark all the methods with AutoComplete attribute ,
irrespective of the fact , whether i do implement Try .. Catch block or
not , as some of the methods are just meant for intermediary calculation
and are private , or i just need to mark one method that's public as
AutoComplete , as this one is supposed to be called from outside and it
internally calls all other methods .
Also , if i have class with TransactionOption set to NotSupported , then
does it makes sense to mark any methods as AutoComplete , as i think in
that case Transaction context doesn't even exists , but just wanted to
be sure .
any pointer regarding the same will be great .
thanks ,
Mrinal