serviced components and shared methods

  • Thread starter Thread starter z f
  • Start date Start date
Z

z f

how does the enterprise services infrastructure treat shared (static )
declared methods?
does the class the shared method is declared inside it must be serviced
component in order for the method to get transaction services? because
instance of the class does not have to exist and even if exist, not related
to the method call.

TIA.
 
http://www.gotdotnet.com/team/xmlentsvcs/esfaq.aspx#1.4

Regards,
--
Florin Lazar - Microsoft - [ http://blogs.msdn.com/florinlazar ]
<Enjoy transactional programming with System.Transactions!>
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.


how does the enterprise services infrastructure treat shared (static )
declared methods?
does the class the shared method is declared inside it must be serviced
component in order for the method to get transaction services? because
instance of the class does not have to exist and even if exist, not related
to the method call.

TIA.
 
Back
Top