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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top