Transactionoption

  • Thread starter Thread starter Manikandan
  • Start date Start date
M

Manikandan

Hi,
I'm new to web services using XML.
I'm developing application using c#.
Could anybody explain me the difference between
[WebMethod(TransactionOption=TransactionOption.RequiresNew)]

[WebMethod(TransactionOption=TransactionOption.Required)].
I'm unable to understand the difference between
TransactionOption.RequiresNew and TransactionOption.Required.
If possible please explain me with an example(not with code, concept)


Thanks & Regards,
Mani
 

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